Update clone/action.yaml
This commit is contained in:
@ -22,5 +22,5 @@ runs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: docker://alpine/git
|
uses: docker://alpine/git
|
||||||
with:
|
with:
|
||||||
entrypoint: bash
|
entrypoint: sh
|
||||||
args: git clone -b "${{github.ref_name}}" "${{env.URL}}" . && git submodule update --init --recursive
|
args: git clone -b "${{github.ref_name}}" "${{env.URL}}" . && git submodule update --init --recursive
|
||||||
|
Reference in New Issue
Block a user