mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
add fetch depth to build push cloning
so github actions dont fail
This commit is contained in:
parent
cc9fefe4eb
commit
29989f812d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue