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:07:20 +00:00
parent f4432a274d
commit 27f7171aa3

View File

@ -9,6 +9,7 @@ jobs:
steps:
- run: |
URL=$(echo "${{GITHUB_SERVER_URL}}" | sed 's%://%${{GITHUB_TOKEN}}@://%')
echo "$URL/${{GITHUB_REPOSITORY}}"
git clone "$URL/${{GITHUB_REPOSITORY}}"
git switch ${{GITHUB_REF}}
- run: ls