Skip to content

默认使用 passthrough resolver close #75 #55

默认使用 passthrough resolver close #75

默认使用 passthrough resolver close #75 #55

Workflow file for this run

name: Sync Code to Gitee
on:
push:
branches: [main]
jobs:
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: main
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}