mirror of
https://github.com/yxrei/two-torial.git
synced 2024-11-23 23:20:57 +01:00
Fix fetch depth
This commit is contained in:
parent
0c8389551a
commit
fcd8853bb6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user