👷 Adding CI build system. 增加 atomgit

This commit is contained in:
lbw 2023-06-23 11:39:37 +08:00
parent 0d78482d8c
commit eac07916f4

View File

@ -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: