Skip to content

Fork Sync

Fork Sync #2

Workflow file for this run

name: Fork Sync
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: CloudNStoyan/[email protected]
with:
base: lts
head: lts
auto_merge: false