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