|
|
|
@ -33,7 +33,7 @@ jobs: |
|
|
|
# git@bitbucket.com:rwkgyg/cfwarp.git |
|
|
|
# git@bitbucket.com:rwkgyg/cfwarp.git |
|
|
|
# ssh_private_key: |
|
|
|
# ssh_private_key: |
|
|
|
# ${{ secrets.private_key }} |
|
|
|
# ${{ secrets.private_key }} |
|
|
|
|
|
|
|
# |
|
|
|
mirror_to_gitlab: |
|
|
|
mirror_to_gitlab: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
@ -43,6 +43,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@gitlab.com:fscarmen/test.git //这里填gitlab仓库ssh地址 |
|
|
|
git@gitlab.com:fscarmen/test.git |
|
|
|
ssh_private_key: |
|
|
|
ssh_private_key: |
|
|
|
${{ secrets.GITLAB_KEY }} |
|
|
|
${{ secrets.GITLAB_KEY }} |
|
|
|
|