Sync scripts branch to gitlab
This commit is contained in:
parent
9ccec5058e
commit
784fec4238
3
.github/workflows/sync-to-gitlab.yml
vendored
3
.github/workflows/sync-to-gitlab.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- scripts
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
@ -30,4 +31,4 @@ jobs:
|
|||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: |
|
command: |
|
||||||
git fetch gitlab &&
|
git fetch gitlab &&
|
||||||
git push gitlab --force main:main
|
git push gitlab --force $GITHUB_REF_NAME:$GITHUB_REF_NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user