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
9ff57b435a
commit
cfa663f791
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -11,5 +11,5 @@ jobs:
|
||||
- run: |
|
||||
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
|
||||
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
||||
git clone -b "$GITHUB_REF" "$URL" .
|
||||
git clone -b "$GITHUB_REF_NAME" "$URL" .
|
||||
- run: ls
|
||||
|
Loading…
Reference in New Issue
Block a user