Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 14:44:18 +00:00
parent 5ce5938e6a
commit d7d1f58d42

View File

@ -10,4 +10,4 @@ runs:
with: with:
args: | args: |
-v $GITHUB_WORKSPACE:/root -v $GITHUB_WORKSPACE:/root
git clone -b "$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" .