直接从y1ndan/genshin-impact-helper拉取代码执行
This commit is contained in:
parent
34b6a94d61
commit
21648e7c29
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
20
.github/workflows/sync.yml
vendored
20
.github/workflows/sync.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user