Update .github/workflows/test.yaml
This commit is contained in:
parent
6f31c9f75e
commit
d8ee028531
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -10,5 +10,6 @@ jobs:
|
||||
- run: echo "$GITHUB_SERVER_URL"
|
||||
- run: |
|
||||
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
|
||||
echo "https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
||||
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
||||
git clone "$URL" .
|
||||
- run: ls
|
||||
|
Loading…
Reference in New Issue
Block a user