Update .github/workflows/test.yaml

This commit is contained in:
Zakary Timson 2023-08-07 00:20:39 +00:00
parent 032f7469b8
commit 624bc8cb49

View File

@ -10,6 +10,7 @@ jobs:
- run: echo "$GITHUB_SERVER_URL"
- run: |
URL=$(echo "$GITHUB_SERVER_URL" | sed 's%://%$GITHUB_TOKEN@://%')
echo "$URL/$GITHUB_REPOSITORY.git"
git clone "$URL/$GITHUB_REPOSITORY.git"
git switch $GITHUB_REF
- run: ls