mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-31 00:06:07 +08:00
ci(gitcode): ADD CI mirror gitcode
This commit is contained in:
parent
d4a190d79f
commit
ab993da733
9
.github/workflows/mirror.yml
vendored
9
.github/workflows/mirror.yml
vendored
@ -7,6 +7,15 @@ on:
|
||||
branches: [ master,jdk17,jdk17-dev,dev ]
|
||||
|
||||
jobs:
|
||||
gitcode:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wearerequired/git-mirror-action@master #同步至 gitcode
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:pig-mesh/pig.git"
|
||||
destination-repo: "git@gitcode.com:pig-mesh/pig.git"
|
||||
gitlink:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user