Update clone/action.yaml

This commit is contained in:
2025-06-30 13:24:10 -04:00
parent b36e73b788
commit 8d54aa4fc5

View File

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