Update main.yml

This commit is contained in:
rkygogo 2022-06-23 17:37:56 +08:00 committed by GitHub
parent f5dc353017
commit cd9b5d0dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}