Update git/checkout/action.yaml
This commit is contained in:
parent
44489ba6d4
commit
2db894bc71
@ -11,3 +11,4 @@ runs:
|
|||||||
git clone -b "${{ github.ref_name }}" "https://${{ github.token }}@$HOST/${{ github.repository }}.git" .
|
git clone -b "${{ github.ref_name }}" "https://${{ github.token }}@$HOST/${{ github.repository }}.git" .
|
||||||
mv -n /tmp/workspace/* . && rm -rf /tmp/workspace
|
mv -n /tmp/workspace/* . && rm -rf /tmp/workspace
|
||||||
git status && echo "" && ls
|
git status && echo "" && ls
|
||||||
|
shell: sh
|
||||||
|
Loading…
Reference in New Issue
Block a user