Skip to content

.github/workflows/sync.yml #696

.github/workflows/sync.yml

.github/workflows/sync.yml #696

Workflow file for this run

name: Sync Fork
on:
schedule: # Run every 30 minutes (optional)
- cron: '*/30 * * * *'
workflow_dispatch: # Allow manual triggering (optional)
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: hpmouton
base: main
head: main