From 8d54aa4fc5c9e8303763092ca7e5f456ae0f5d2d Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 30 Jun 2025 13:24:10 -0400 Subject: [PATCH] Update clone/action.yaml --- clone/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/action.yaml b/clone/action.yaml index 9a3514f..d466694 100644 --- a/clone/action.yaml +++ b/clone/action.yaml @@ -22,5 +22,5 @@ runs: - name: Clone repository uses: docker://alpine/git with: - entrypoint: bash + entrypoint: sh args: git clone -b "${{github.ref_name}}" "${{env.URL}}" . && git submodule update --init --recursive