Skip to content

Sync Fork

Sync Fork #96

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '*/60 * * * *'
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: Klipper3d
base: master
head: master
retries: 0