Skip to content

Sync v0 branch to gitee (#20) #11

Sync v0 branch to gitee (#20)

Sync v0 branch to gitee (#20) #11

Workflow file for this run

name: Sync Code to Gitee
on:
push:
branches: [main, v0]
jobs:
sync-code-to-gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: adambirds/[email protected]
with:
destination_repository: [email protected]:naibahq/scripts.git
destination_branch_name: ${{ github.ref_name }}
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}