mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
17 lines
387 B
YAML
17 lines
387 B
YAML
name: Sync
|
|
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
|
|
jobs:
|
|
sync-to-jihulab:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
|
with:
|
|
destination_repository: git@gitee.com:naibahq/nezha.git
|
|
destination_branch_name: master
|
|
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}
|