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
|
||||
with:
|
||||
image: alpine/git:latest
|
||||
options: -v $GITHUB_WORKSPACE:/root
|
||||
options: -v ${{ github.workspace }}:/root
|
||||
run: |
|
||||
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
|
||||
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
||||
|
Loading…
Reference in New Issue
Block a user