直接从y1ndan/genshin-impact-helper拉取代码执行

This commit is contained in:
飞鸟队员 2020-12-22 10:59:17 +08:00
parent 34b6a94d61
commit 21648e7c29
2 changed files with 2 additions and 22 deletions

View File

@ -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

View File

@ -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