ci: remove fetch-depth 0, history data already persisted in Gist

This commit is contained in:
fujie
2026-02-11 14:14:55 +08:00
parent 0ea95ceefa
commit 015c22063a

View File

@@ -30,7 +30,6 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5