Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 14:51:43 +00:00
parent 030e19af3b
commit b4b983fe8f

View File

@ -8,4 +8,4 @@ runs:
- name: Checkout repository - name: Checkout repository
uses: docker://alpine/git:latest uses: docker://alpine/git:latest
with: 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" .