Skip to content

Upstream sync

Upstream sync #600

Workflow file for this run

name: Upstream sync
on:
schedule:
- cron: '30 21 * * *'
workflow_dispatch:
jobs:
sync-with-upstream:
runs-on: ubuntu-latest
steps:
- name: GitHub Sync to Upstream Repository
uses: dabreadman/[email protected]
with:
upstream_repo: https://github.com/KevinOConnor/klipper.git
upstream_branch: master
token: ${{ secrets.GITHUB_TOKEN }}