mirror of
https://github.com/two-torial/two-torial.git
synced 2026-07-17 17:54:09 -05: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