Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 2s

This commit is contained in:
Zakary Timson 2023-08-07 00:30:10 +00:00
parent 8ac51fce2d
commit 9ff57b435a

View File

@ -11,5 +11,5 @@ jobs:
- run: | - run: |
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%') HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git" URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
git clone "$URL" . git clone -b "$GITHUB_REF" "$URL" .
- run: ls - run: ls