From 50ed43aba06db53159bd25ae1a16a3c6dcd2f2f1 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Sat, 10 May 2025 22:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-sync.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index ea63c5e..17e406f 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -11,9 +11,6 @@ jobs: gitee_user: ${{ secrets.GITEE_USER }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - persist-credentials: false - name: sync to gitee uses: Yikun/hub-mirror-action@master if: env.dst_key && env.dst_token && env.gitee_user