Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 14:46:19 +00:00
parent 82ce38d1d9
commit d9c162e4b1

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" .
clone --branch "$GITHUB_REF_NAME" "https://$GITHUB_TOKEN@$(echo \"$GITHUB_SERVER_URL\" | sed 's%https://%%')/$GITHUB_REPOSITORY.git" .