Skip to content

Sync Fork

Sync Fork #24

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: Ocelot-Social-Community
repo: stage.ocelot.social
base: staging
head: staging
merge_method: merge
auto_merge: false