Skip to content

Sync Fork

Sync Fork #46

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 2 * * *'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Sync
uses: aormsby/[email protected]
with:
upstream_repository: shwang1114/InjectLib
target_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}