cyberhck/Template File Sync
Pulls selected files from a template repo and syncs them into this repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 18, 2026
- License
- None
Pinned Snippet
uses: cyberhck/action-sync-templates@d3d044abe7f5f9908b971a53adda6011b0b8ac39 # v0.0.13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| template-repo | Template repository in the form owner/repo (e.g. your-org/your-template-repo) | yes | — |
| template-branch | Branch to pull from | — | main |
| config-path | Path to the JSON config file | — | .github/.template-sync.json |
| token | GitHub token or PAT with repo read access from template repository and write access to the current repository. | yes | — |
| commit-message | The title of the PR and commit message to use | — | chore: sync files |
| comitter | The 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-branch | The branch to push to in the repository | — | automated_sync |
| pr-body | The body of the pull request | — | Synchronized files using cyberhck/action-sync-templates |
Outputs
no outputs