Update clone/action.yaml
This commit is contained in:
parent
935d60de97
commit
64e1974c18
@ -8,7 +8,7 @@ runs:
|
|||||||
run: echo "URL=$(echo ${{github.server_url}} | sed s%://%://${{github.token}}@% )/${{github.repository}}.git" >> $GITHUB_ENV
|
run: echo "URL=$(echo ${{github.server_url}} | sed s%://%://${{github.token}}@% )/${{github.repository}}.git" >> $GITHUB_ENV
|
||||||
shell: sh
|
shell: sh
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: docker://gitlab/gitlab-runner:alpine
|
uses: docker://alpine/git
|
||||||
with:
|
with:
|
||||||
entrypoint: git
|
entrypoint: git
|
||||||
args: clone -b "${{github.ref_name}}" "${{env.URL}}" .
|
args: clone -b "${{github.ref_name}}" "${{env.URL}}" .
|
||||||
|
Loading…
Reference in New Issue
Block a user