From f5dc35301773f87f7fc944fd1ee784660785baea Mon Sep 17 00:00:00 2001 From: rkygogo <107276912+rkygogo@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:30:19 +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 986f05c..33729e8 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/acme-script.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/acme-script.git + git@bitbucket.com:rwkgyg/CFwarp.git ssh_private_key: ${{ secrets.private_key }}