diff --git a/git/action.yaml b/git/action.yaml index f4ebe0e..ec24f13 100644 --- a/git/action.yaml +++ b/git/action.yaml @@ -6,6 +6,7 @@ runs: steps: - name: Creat authorized Git URL 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 with: