1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-24 06:50:17 +01:00

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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: '0' fetch-depth: 0
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: