Update git/checkout/action.yaml
This commit is contained in:
parent
5ce5938e6a
commit
d7d1f58d42
@ -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" .
|
||||||
|
Loading…
Reference in New Issue
Block a user