diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index d7b75a3..ee32aad 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -16,7 +16,7 @@ jobs: GITLAB_REPO: ${{ secrets.GITLAB_REPO }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} run: | - git remote add gitlab ${GITLAB_REPO##*/} + git remote add gitlab https://${GITLAB_REPO##*/}.git git config user.name "GitHub Actions" git config user.email "actions@github.com" git push gitlab master fix \ No newline at end of file