Skip to content

Sync Fork

Sync Fork #686

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '30 20,2 * * *' # At every 20.30 (8.30 PM) and 2.30 AM UTC timezone - 12.00 AM IST and 8 AM
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
base: master
head: master