2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 12:13:25 +00:00

ci: remove fetch-depth 0 setting for checkout

This commit is contained in:
TorchedSammy 2022-03-22 18:41:26 -04:00
parent 8a215ad742
commit 7272e035d9
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -20,8 +20,6 @@ jobs:
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with: