mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-31 08:14:18 +08:00
👷 Adding CI build system. 增加 atomgit
This commit is contained in:
parent
0d78482d8c
commit
eac07916f4
7
.github/workflows/mirror.yml
vendored
7
.github/workflows/mirror.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches: [ master,dev ]
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
gitlink:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wearerequired/git-mirror-action@master #同步至 gitlink
|
||||
@ -14,7 +14,10 @@ jobs:
|
||||
with:
|
||||
source-repo: "git@github.com:pig-mesh/pig.git"
|
||||
destination-repo: "git@code.gitlink.org.cn:lengleng/pig.git"
|
||||
- uses: wearerequired/git-mirror-action@master #同步至 gitlink
|
||||
atomgit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wearerequired/git-mirror-action@master #同步至 atomgit
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user