From 21648e7c2922a646a1b219936f5b41da86afc390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=B8=9F=E9=98=9F=E5=91=98?= Date: Tue, 22 Dec 2020 10:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E4=BB=8Ey1ndan/genshin-impac?= =?UTF-8?q?t-helper=E6=8B=89=E5=8F=96=E4=BB=A3=E7=A0=81=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- .github/workflows/sync.yml | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d411ece..6260425 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,6 @@ name: "Genshin Impact Helper" on: schedule: - cron: "0 22 * * *" # scheduled at 06:00 (UTC+8) everyday - workflow_dispatch: jobs: build: @@ -14,7 +13,8 @@ jobs: - name: Checkout master uses: actions/checkout@v2 with: - ref: master + repository: y1ndan/genshin-impact-helper + ref: master - name: Set up python uses: actions/setup-python@v2 diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 5d7a114..0000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: "Auto Sync Fork" - -on: - schedule: - - cron: "0 16 * * *" # scheduled at 00:00 (UTC+8) everyday - workflow_dispatch: - -jobs: - sync: - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' - - steps: - - name: Fork sync - uses: tgymnich/fork-sync@v1.2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - owner: y1ndan - base: master - head: master