Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 00:26:14 +00:00
parent 2db894bc71
commit 837fbd88a1

View File

@ -3,6 +3,7 @@ desciption: Checkout repository using alpite/git
runs:
using: composite
container: git
steps:
- name: Checkout repository
run: |
@ -11,4 +12,3 @@ runs:
git clone -b "${{ github.ref_name }}" "https://${{ github.token }}@$HOST/${{ github.repository }}.git" .
mv -n /tmp/workspace/* . && rm -rf /tmp/workspace
git status && echo "" && ls
shell: sh