Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 2s
All checks were successful
Workflow Test / Step One (push) Successful in 2s
This commit is contained in:
parent
f4432a274d
commit
27f7171aa3
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user