Skip to content

Commit

Permalink
Update sync-gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MYassineBoum authored May 24, 2024
1 parent 4c77466 commit e2526ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
GITLAB_ACCESS_TOKEN: ${{ secrets.GITLAB_ACCESS_TOKEN }}
run: |
git remote add gitlab "https://oauth2:${GITLAB_ACCESS_TOKEN}@${GITLAB_REPO}"
git fetch gitlab
git pull gitlab mvn-multimodules --rebase
git push gitlab mvn-multimodules || echo "Failed to push mvn-multimodules branch"

0 comments on commit e2526ec

Please sign in to comment.