Update git/checkout/action.yaml
This commit is contained in:
parent
030e19af3b
commit
b4b983fe8f
@ -8,4 +8,4 @@ runs:
|
||||
- name: Checkout repository
|
||||
uses: docker://alpine/git:latest
|
||||
with:
|
||||
args: -v $GITHUB_WORKSPACE:/root clone "https://$GITHUB_TOKEN@$(echo \"$GITHUB_SERVER_URL\" | sed 's%https://%%')/$GITHUB_REPOSITORY.git" .
|
||||
args: clone "https://$GITHUB_TOKEN@$(echo \"$GITHUB_SERVER_URL\" | sed \'s%https://%%\')/$GITHUB_REPOSITORY.git" .
|
||||
|
Loading…
Reference in New Issue
Block a user