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:26:14 +00:00
parent e28b2558fb
commit 2b89f1bc4c

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