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