diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 6087a75..334afd2 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -17,4 +17,4 @@ jobs: GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} run: | git remote add gitlab $GITLAB_REPO - git push gitlab main \ No newline at end of file + git push gitlab master \ No newline at end of file