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
794aa4b560
commit
f4432a274d
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@ -7,5 +7,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine/git
|
||||
steps:
|
||||
- run: pwd
|
||||
- run: |
|
||||
URL=$(echo "${{GITHUB_SERVER_URL}}" | sed 's%://%${{GITHUB_TOKEN}}@://%')
|
||||
git clone "$URL/${{GITHUB_REPOSITORY}}"
|
||||
git switch ${{GITHUB_REF}}
|
||||
- run: ls
|
Loading…
Reference in New Issue
Block a user