Attempt to fix fetch-depth again

This commit is contained in:
Akitake 2024-07-12 11:00:45 +02:00
parent c79a4f740b
commit d2e19b8015
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D

View File

@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
with: