Update clone/action.yaml

This commit is contained in:
2025-06-30 13:20:22 -04:00
parent 7191743a3f
commit b36e73b788

View File

@ -22,5 +22,5 @@ runs:
- name: Clone repository
uses: docker://alpine/git
with:
entrypoint: git
args: clone -b "${{github.ref_name}}" "${{env.URL}}" .
entrypoint: bash
args: git clone -b "${{github.ref_name}}" "${{env.URL}}" . && git submodule update --init --recursive