Skip to content

Instantly share code, notes, and snippets.

View gzquse's full-sized avatar
💭
I may be slow to respond.

ziqguo gzquse

💭
I may be slow to respond.
View GitHub Profile
@gzquse
gzquse / README.md
Created August 15, 2024 21:29 — forked from DewaldDeJager/README.md
Easy GitHub workflow for keeping a fork in sync with upstream

Sync Fork

This workflow uses the GitHub CLI to keep a forked repo in sync with the upstream repo. Add it to your repo as .github/workflows/sync-fork.yaml.

It runs daily to sync the default branch and can be triggered manually for any branch.