Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 15:00:22 +00:00
parent 29f18e6db6
commit 8bd226c5d6

View File

@ -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