mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-08 12:38:13 -05:00
Update destination repository URL in sync workflow
This commit is contained in:
parent
8fa59a4639
commit
74255717ef
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
destination_repository: git@jihulab.com:nezha/dashboard.git
|
destination_repository: git@gitee.com:naibahq/nezha.git
|
||||||
destination_branch_name: master
|
destination_branch_name: master
|
||||||
destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}
|
destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user