From eac07916f46c4c4b0b635ac454a9daec8b4bf8ed Mon Sep 17 00:00:00 2001 From: lbw Date: Fri, 23 Jun 2023 11:39:37 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Adding=20CI=20build?= =?UTF-8?q?=20system.=20=E5=A2=9E=E5=8A=A0=20atomgit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 00b5dbb6..31cfa186 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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: