diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index ee32aad..35307b8 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -19,4 +19,5 @@ jobs: 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 + git push gitlab master fix + \ No newline at end of file