Update git/action.yaml
This commit is contained in:
parent
b02cd9f349
commit
049d65cc31
@ -6,6 +6,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Creat authorized Git URL
|
- name: Creat authorized Git URL
|
||||||
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
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: docker://gitlab/gitlab-runner:alpine
|
uses: docker://gitlab/gitlab-runner:alpine
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user