Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 2s
Some checks failed
Workflow Test / Step One (push) Failing after 2s
This commit is contained in:
parent
8ac51fce2d
commit
9ff57b435a
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 "$URL" .
|
||||
git clone -b "$GITHUB_REF" "$URL" .
|
||||
- run: ls
|
||||
|
Loading…
Reference in New Issue
Block a user