Merge pull request #99 from devchat-ai/scripts-to-gitlab

Sync scripts branch to gitlab
This commit is contained in:
boob.yang 2024-05-11 18:10:39 +08:00 committed by GitHub
commit 0805ab223e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- scripts
jobs:
sync:
@ -30,4 +31,4 @@ jobs:
max_attempts: 3
command: |
git fetch gitlab &&
git push gitlab --force main:main
git push gitlab --force $GITHUB_REF_NAME:$GITHUB_REF_NAME