From cd9b5d0dcd4cfc52358ecaceafc0b8aa94e0bc90 Mon Sep 17 00:00:00 2001 From: rkygogo <107276912+rkygogo@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:37:56 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33729e8..b44d318 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: - git@gitlab.com:rwkgyg/CFwarp.git + git@gitlab.com:rwkgyg/cfwarp.git ssh_private_key: ${{ secrets.private_key }} mirror_to_bitbucket: @@ -26,6 +26,6 @@ jobs: uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: - git@bitbucket.com:rwkgyg/CFwarp.git + git@bitbucket.com:rwkgyg/cfwarp.git ssh_private_key: ${{ secrets.private_key }}