Update git/checkout/action.yaml
This commit is contained in:
parent
29f18e6db6
commit
8bd226c5d6
@ -14,3 +14,4 @@ runs:
|
|||||||
HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%')
|
HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%')
|
||||||
URL="https://${{ github.token }}@$HOST/${{ github.repository }}.git"
|
URL="https://${{ github.token }}@$HOST/${{ github.repository }}.git"
|
||||||
git clone -b "${{ github.ref_name }}" "$URL" .
|
git clone -b "${{ github.ref_name }}" "$URL" .
|
||||||
|
git status && ls
|
||||||
|
Loading…
Reference in New Issue
Block a user