feat: sync code to gitee

This commit is contained in:
naiba
2024-07-13 23:16:16 +08:00
parent c5ec47c814
commit a4955a75ff
3 changed files with 19 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Sync
on:
push:
branches: [main]
jobs:
sync-to-jihulab:
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_ssh_key: ${{ secrets.GITEE_SSH_KEY }}