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