mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-20 19:45:01 +02:00
🧪 test(mirror): gitlab
This commit is contained in:
6
.github/workflows/gitlab.yml
vendored
6
.github/workflows/gitlab.yml
vendored
@@ -16,5 +16,7 @@ jobs:
|
||||
GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
|
||||
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
|
||||
run: |
|
||||
git remote add gitlab $GITLAB_REPO
|
||||
git push gitlab master
|
||||
git remote add gitlab ${GITLAB_REPO##*/}
|
||||
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