Skip to content

Auto Sync

Auto Sync #553

Workflow file for this run

name: Auto Sync
on:
schedule:
- cron: '0 0 * * *' # At 00:00
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
upstream_repository: https://github.com/vuejs/router
upstream_branch: main
target_repository: https://github.com/niceplugin/Vuejs-Router-KO
target_branch: main