cyberhck/Template File Sync

Pulls selected files from a template repo and syncs them into this repo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 18, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cyberhck/action-sync-templates@d3d044abe7f5f9908b971a53adda6011b0b8ac39 # v0.0.13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
template-repoTemplate repository in the form owner/repo (e.g. your-org/your-template-repo)yes
template-branchBranch to pull frommain
config-pathPath to the JSON config file.github/.template-sync.json
tokenGitHub token or PAT with repo read access from template repository and write access to the current repository.yes
commit-messageThe title of the PR and commit message to usechore: sync files
comitterThe committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user.GitHub <noreply@github.com>
target-branchThe branch to push to in the repositoryautomated_sync
pr-bodyThe body of the pull requestSynchronized files using cyberhck/action-sync-templates

no outputs