From 0134a4cbc410c189214760bb5d6ff0b68915dd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <2270033969@qq.com> Date: Fri, 8 Mar 2024 17:39:54 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20Fixing=20CI=20Build.=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4mirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index 19d2029d..00000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: 同步代码 - -on: - push: - branches: [ master,jdk17 ] - pull_request: - branches: [ master,jdk17 ] - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - uses: wearerequired/git-mirror-action@master #同步至 gitlink - env: - SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} - with: - source-repo: "git@github.com:pig-mesh/pig-ui.git" - destination-repo: "git@code.gitlink.org.cn:lengleng/pig-ui.git"