mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +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:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||||
with:
|
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"
|
destination-repo: "git@gitcode.com:pig-mesh/pig-ui.git"
|
||||||
gitlink:
|
gitlink:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||||
with:
|
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"
|
destination-repo: "git@code.gitlink.org.cn:lengleng/pig-ui.git"
|
||||||
gitee:
|
gitee:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -34,5 +34,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||||
with:
|
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"
|
destination-repo: "git@gitee.com:log4j/pig-ui.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user