This commit is contained in:
CrazyMax
2020-06-15 18:34:01 +02:00
parent 62b67a060c
commit 10511362f8
+2 -3
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