Update git/checkout/action.yaml
This commit is contained in:
parent
1e9d009361
commit
994223f01d
@ -9,7 +9,7 @@ runs:
|
|||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
options: -v $GITHUB_WORKSPACE:/root
|
options: -v ${{ github.workspace }}:/root
|
||||||
run: |
|
run: |
|
||||||
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
|
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
|
||||||
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user