add fetch depth to build push cloning

so github actions dont fail
This commit is contained in:
Jays2Kings 2022-05-22 22:48:40 -04:00
parent cc9fefe4eb
commit 29989f812d

View file

@ -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