mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
ci(github aciton): fix mirror source repo
This commit is contained in:
parent
66a2fddf0b
commit
2ab235cc16
6
.github/workflows/mirror.yml
vendored
6
.github/workflows/mirror.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:pig-mesh/pig.git"
|
||||
source-repo: "git@github.com:pig-mesh/pig-ui.git"
|
||||
destination-repo: "git@gitcode.com:pig-mesh/pig-ui.git"
|
||||
gitlink:
|
||||
runs-on: ubuntu-latest
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:pig-mesh/pig.git"
|
||||
source-repo: "git@github.com:pig-mesh/pig-ui.git"
|
||||
destination-repo: "git@code.gitlink.org.cn:lengleng/pig-ui.git"
|
||||
gitee:
|
||||
runs-on: ubuntu-latest
|
||||
@ -34,5 +34,5 @@ jobs:
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:pig-mesh/pig.git"
|
||||
source-repo: "git@github.com:pig-mesh/pig-ui.git"
|
||||
destination-repo: "git@gitee.com:log4j/pig-ui.git"
|
||||
|
Loading…
Reference in New Issue
Block a user