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:
parent
c79a4f740b
commit
d2e19b8015
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user