From 8bd226c5d6896735751f9044c1bc15c59ff4dc4a Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 15:00:22 +0000 Subject: [PATCH] Update git/checkout/action.yaml --- git/checkout/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/git/checkout/action.yaml b/git/checkout/action.yaml index 346af6f..ff49a40 100644 --- a/git/checkout/action.yaml +++ b/git/checkout/action.yaml @@ -14,3 +14,4 @@ runs: HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%') URL="https://${{ github.token }}@$HOST/${{ github.repository }}.git" git clone -b "${{ github.ref_name }}" "$URL" . + git status && ls