Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 14:44:50 +00:00
parent d7d1f58d42
commit 82ce38d1d9

View File

@ -10,4 +10,4 @@ runs:
with:
args: |
-v $GITHUB_WORKSPACE:/root
git clone --branch "$GITHUB_REF_NAME" "https://$GITHUB_TOKEN@$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')/$GITHUB_REPOSITORY.git" .
git clone --branch "$GITHUB_REF_NAME" "https://$GITHUB_TOKEN@$(echo \"$GITHUB_SERVER_URL\" | sed 's%https://%%')/$GITHUB_REPOSITORY.git" .