Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 2s

This commit is contained in:
Zakary Timson 2023-08-07 00:30:53 +00:00
parent 9ff57b435a
commit cfa663f791

View File

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