Update git/checkout/action.yaml
This commit is contained in:
parent
8bd226c5d6
commit
7f0db9a9b5
@ -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 }}:/git
|
||||
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