From 9e14966f47dd062fcaf83dd6f10823d06e853d3a Mon Sep 17 00:00:00 2001 From: woshishiq1 <90903172+woshishiq1@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:54:00 +0800 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 37d2a94..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -# .github/workflows/sync.yml -name: Sync Fork - -on: - push: # push 时触发, 主要是为了测试配置有没有问题 - schedule: - - cron: '* */3 * * *' # 每3小时触发, 对于一些更新不那么频繁的项目可以设置为每天一次, 低碳一点 -jobs: - repo-sync: - runs-on: ubuntu-latest - steps: - - uses: TG908/fork-sync@v1.6.3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - owner: liu673cn/box # fork 的上游仓库 user - head: main # fork 的上游仓库 branch - base: main # 本地仓库 branch