Update git/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 01:34:22 +00:00
parent b02cd9f349
commit 049d65cc31

View File

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