This commit is contained in:
CrazyMax 2020-06-15 18:34:01 +02:00
parent 62b67a060c
commit 10511362f8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 2 additions and 3 deletions

View File

@ -43,9 +43,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2