From 47a7e7a7c13f599a61cb3a8bc82810f56ef1199a Mon Sep 17 00:00:00 2001 From: lbw Date: Sun, 28 Jan 2024 21:47:39 +0800 Subject: [PATCH] :bookmark: Releasing / Version tags. 3.7.4 --- .github/workflows/mirror.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 31cfa1862..112d4506b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,12 +14,3 @@ jobs: with: source-repo: "git@github.com:pig-mesh/pig.git" destination-repo: "git@code.gitlink.org.cn:lengleng/pig.git" - atomgit: - runs-on: ubuntu-latest - steps: - - uses: wearerequired/git-mirror-action@master #同步至 atomgit - env: - SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} - with: - source-repo: "git@github.com:pig-mesh/pig.git" - destination-repo: "git@atomgit.com:log4j/pig.git"