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:09 +00:00
parent e255a1706b
commit 097c60789b

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/.git"
echo "https://test@$HOST/$GITHUB_REPOSITORY.git"
- run: ls