1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-09-23 18:58:25 +02:00

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