Sync v0 branch to gitee (#20)

This commit is contained in:
卖女孩的小火柴 2024-12-01 14:16:47 +08:00 committed by GitHub
parent df4a785958
commit 15012fed96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ name: Sync Code to Gitee
on: on:
push: push:
branches: [main] branches: [main, v0]
jobs: jobs:
sync-code-to-gitee: sync-code-to-gitee:
@ -12,5 +12,5 @@ jobs:
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0 - uses: adambirds/sync-github-to-gitlab-action@v1.1.0
with: with:
destination_repository: git@gitee.com:naibahq/scripts.git destination_repository: git@gitee.com:naibahq/scripts.git
destination_branch_name: main destination_branch_name: ${{ github.ref_name }}
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }} destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}