Remove missing unshallow steps

This commit is contained in:
CrazyMax
2020-06-15 18:36:44 +02:00
parent 3b7a8e97ab
commit c30b077d74
3 changed files with 6 additions and 11 deletions
+2 -3
View File
@@ -25,9 +25,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
-
name: Install
run: yarn install