mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update main.yml
This commit is contained in:
parent
f5dc353017
commit
cd9b5d0dcd
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: pixta-dev/repository-mirroring-action@v1
|
uses: pixta-dev/repository-mirroring-action@v1
|
||||||
with:
|
with:
|
||||||
target_repo_url:
|
target_repo_url:
|
||||||
git@gitlab.com:rwkgyg/CFwarp.git
|
git@gitlab.com:rwkgyg/cfwarp.git
|
||||||
ssh_private_key:
|
ssh_private_key:
|
||||||
${{ secrets.private_key }}
|
${{ secrets.private_key }}
|
||||||
mirror_to_bitbucket:
|
mirror_to_bitbucket:
|
||||||
|
@ -26,6 +26,6 @@ jobs:
|
||||||
uses: pixta-dev/repository-mirroring-action@v1
|
uses: pixta-dev/repository-mirroring-action@v1
|
||||||
with:
|
with:
|
||||||
target_repo_url:
|
target_repo_url:
|
||||||
git@bitbucket.com:rwkgyg/CFwarp.git
|
git@bitbucket.com:rwkgyg/cfwarp.git
|
||||||
ssh_private_key:
|
ssh_private_key:
|
||||||
${{ secrets.private_key }}
|
${{ secrets.private_key }}
|
||||||
|
|
Loading…
Reference in New Issue