From 88bd8e566f4196b562858c68438c0c7462a45039 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 31 Oct 2021 19:16:47 +0000 Subject: [PATCH] Fix clone command, removing the half removed old fetch-based command --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9de74da..50a3482 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -515,8 +515,7 @@ jobs: # - name: Checkout run: | - git init . - git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY + git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY . - name: Get Tag Type run: |