Fix fetch-depth of checkout

This commit is contained in:
2024-09-02 21:12:42 +08:00
parent 2dbd76b2a2
commit f046b1f464

View File

@@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with: