Browse Source

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

pull/883/head
Hamish Coleman 3 years ago
parent
commit
88bd8e566f
  1. 3
      .github/workflows/tests.yml

3
.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: |

Loading…
Cancel
Save