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"