From 10c119569e6b6266a3952485646940b09534bfd5 Mon Sep 17 00:00:00 2001 From: Fighter Date: Tue, 5 May 2020 12:42:22 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=9B=B4=E6=96=B0Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github_to_gitee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_to_gitee.yml b/.github/workflows/github_to_gitee.yml index ee04d2e..d7ec5be 100644 --- a/.github/workflows/github_to_gitee.yml +++ b/.github/workflows/github_to_gitee.yml @@ -12,8 +12,8 @@ jobs: - name: Mirror the Github organization repos to Gitee. uses: Yikun/gitee-mirror-action@v0.01 with: - src: github.com/openspug - dst: gitee.com/openspug + src: github/openspug + dst: gitee/openspug # Gitee对应的秘钥 private_key: ${{ secrets.mac_pro_videojj }} # 需要同步的Github组织名(源)