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:06:34 +00:00
parent 794aa4b560
commit f4432a274d

View File

@ -7,5 +7,8 @@ jobs:
runs-on: ubuntu-latest
container: alpine/git
steps:
- run: pwd
- run: ls
- run: |
URL=$(echo "${{GITHUB_SERVER_URL}}" | sed 's%://%${{GITHUB_TOKEN}}@://%')
git clone "$URL/${{GITHUB_REPOSITORY}}"
git switch ${{GITHUB_REF}}
- run: ls