From 2ab235cc16aed81d961c8ceffac096d221ede5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <2270033969@qq.com> Date: Sat, 7 Sep 2024 17:34:43 +0800 Subject: [PATCH] ci(github aciton): fix mirror source repo --- .github/workflows/mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 3210e464..525dcb52 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,7 +14,7 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} with: - source-repo: "git@github.com:pig-mesh/pig.git" + source-repo: "git@github.com:pig-mesh/pig-ui.git" destination-repo: "git@gitcode.com:pig-mesh/pig-ui.git" gitlink: runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} with: - source-repo: "git@github.com:pig-mesh/pig.git" + source-repo: "git@github.com:pig-mesh/pig-ui.git" destination-repo: "git@code.gitlink.org.cn:lengleng/pig-ui.git" gitee: runs-on: ubuntu-latest @@ -34,5 +34,5 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} with: - source-repo: "git@github.com:pig-mesh/pig.git" + source-repo: "git@github.com:pig-mesh/pig-ui.git" destination-repo: "git@gitee.com:log4j/pig-ui.git"