From 74255717efeb014d41873b5f9d5260a9e57785da Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 4 Dec 2023 10:21:13 +0800 Subject: [PATCH] Update destination repository URL in sync workflow --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 3899da4..64df8b4 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v4 - uses: adambirds/sync-github-to-gitlab-action@v1.1.0 with: - destination_repository: git@jihulab.com:nezha/dashboard.git + destination_repository: git@gitee.com:naibahq/nezha.git destination_branch_name: master destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}