genshin-impact-helper/.github/workflows/sync.yml

19 lines
355 B
YAML

name: "Auto Sync Fork"
on:
schedule:
- cron: "0 */3 * * *" # every 3 hours
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Fork sync
uses: tgymnich/fork-sync@v1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: y1ndan
base: master
head: master