Skip to content

Commit

Permalink
Fix origin
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez authored May 29, 2024
1 parent 9834ad8 commit a70592b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
GITLAB_URL: ${{ secrets.GITLAB_URL }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
run: |
git remote add gitlab https://oauth2:$GITLAB_TOKEN@$GITLAB_URL
git push -u gitlab main
git remote set-url origin https://oauth2:$GITLAB_TOKEN@$GITLAB_URL
git push origin main

0 comments on commit a70592b

Please sign in to comment.