surefirev2/Sync Files PR Action
Sync files from a template repository to downstream repos via pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_path | Path to template-sync config YAML (relative to workspace) | no | .github/template-sync.yml |
| org | GitHub org for resolving repo list (defaults to repository owner when empty) | no | "" |
| token | GitHub token (e.g. from create-github-app-token). Required for non-dry-run; use empty or placeholder for dry-run. | no | "" |
| dry_run | If true, only log what would be synced; no clone/push/PR | no | false |
| draft_pr | If true, create or update PRs as draft | no | false |
Outputs
| name | description |
|---|---|
| repos_list | Space-separated list of target repo names |
| count | Number of files to sync |