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:29:32 +00:00
parent d8ee028531
commit 8ac51fce2d

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 "$URL" .
- run: ls - run: ls