mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-20 11:35:01 +02:00
🐞 fix(repo): url$$
This commit is contained in:
5
.github/workflows/gitlab.yml
vendored
5
.github/workflows/gitlab.yml
vendored
@@ -16,8 +16,7 @@ jobs:
|
||||
GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
|
||||
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
|
||||
run: |
|
||||
git remote add gitlab https://${GITLAB_REPO##*/}.git
|
||||
git remote add gitlab https://gitlab.com/snigdhaos/snigdhaos-arctic.git
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@github.com"
|
||||
git push gitlab master fix
|
||||
|
||||
git push gitlab master
|
||||
|
Reference in New Issue
Block a user