Fix fetch depth

This commit is contained in:
Akitake 2024-07-12 10:57:47 +02:00
parent 0c8389551a
commit fcd8853bb6
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D

View File

@ -13,6 +13,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-detph: '0'
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: