Update main.yml

This commit is contained in:
rkygogo 2022-06-23 17:30:19 +08:00 committed by GitHub
parent 6fdff044fc
commit f5dc353017
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/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 }}