From d91c25d7c5f19b4e1b0e5931d69f86d7ff1fa59e Mon Sep 17 00:00:00 2001 From: infinitycat Date: Tue, 1 Apr 2025 11:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=8E=E4=B9=88=E5=90=8C=E6=AD=A5=E5=88=B0pr?= =?UTF-8?q?=E5=8E=BB=E4=BA=86=E6=B7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/refactor.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/refactor.yml diff --git a/.github/workflows/refactor.yml b/.github/workflows/refactor.yml deleted file mode 100644 index 69a28c897..000000000 --- a/.github/workflows/refactor.yml +++ /dev/null @@ -1,17 +0,0 @@ -# .github/workflows/sync.yml -name: Sync Fork - -on: - push: # push 时触发, 主要是为了测试配置有没有问题 - schedule: - - cron: '*/30 * * * *' # every 30 minutes -jobs: - repo-sync: - runs-on: ubuntu-latest - steps: - - uses: TG908/fork-sync@v2.0.10 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - owner: SengokuCola # fork 的上游仓库 user - head: refactor # fork 的上游仓库 branch - base: refactor # 本地仓库 branch