We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3fbcc commit 9a1d509Copy full SHA for 9a1d509
.github/workflows/mirror-to-gitlab.yml
@@ -19,5 +19,5 @@ jobs:
19
20
- name: Push to GitLab
21
run: |
22
- git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.com/${{ secrets.GITLAB_REPO }}
+ git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.inria.fr/${{ secrets.GITLAB_REPO }}
23
git push --mirror gitlab
0 commit comments