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:28:41 +00:00
parent 097c60789b
commit 6f31c9f75e

View File

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