From 9d05c3475244276aceb5184ab3507dcf3bdef27e Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Sun, 4 Jun 2023 02:48:56 +0800 Subject: [PATCH] Upd: Remove coding mirroring action --- .github/workflows/coding_mirror.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/coding_mirror.yml diff --git a/.github/workflows/coding_mirror.yml b/.github/workflows/coding_mirror.yml deleted file mode 100644 index 665f47080..000000000 --- a/.github/workflows/coding_mirror.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: [push] -name: Mirror -jobs: - run: - name: Run - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'git@e.coding.net:llop18870/alas/AzurLaneAutoScript.git' - GIT_SSH_PRIVATE_KEY: ${{ secrets.CODING_SSH_PRIVATE_KEY }} - GIT_SSH_NO_VERIFY_HOST: "true"