Skip to content

Sync Fork

Sync Fork #577

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '* */12 * * *' # https://crontab.guru/#*_*/12_*_*_*
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: vvscode
base: master
head: master