Update clone/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 03:05:15 +00:00
parent 935d60de97
commit 64e1974c18

View File

@ -8,7 +8,7 @@ runs:
run: echo "URL=$(echo ${{github.server_url}} | sed s%://%://${{github.token}}@% )/${{github.repository}}.git" >> $GITHUB_ENV
shell: sh
- name: Clone repository
uses: docker://gitlab/gitlab-runner:alpine
uses: docker://alpine/git
with:
entrypoint: git
args: clone -b "${{github.ref_name}}" "${{env.URL}}" .