fix: branch name

This commit is contained in:
naiba
2024-07-13 23:19:02 +08:00
parent a4955a75ff
commit f02d1ee04e
+3 -3
View File
@@ -1,16 +1,16 @@
name: Sync
name: Sync Code to Gitee
on:
push:
branches: [main]
jobs:
sync-to-jihulab:
sync-code-to-gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: adambirds/[email protected]
with:
destination_repository: [email protected]:naibahq/agent.git
destination_branch_name: master
destination_branch_name: main
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}