Fix clone command, removing the half removed old fetch-based command

This commit is contained in:
Hamish Coleman 2021-10-31 19:16:47 +00:00
parent d8fa2ef9da
commit 88bd8e566f

View File

@ -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: |