pioncorp/Sync Deploy Branches with Main
Discovers all deploy/* branches and syncs them with main by force-pushing main to each deploy branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| exclude-branches | Comma-separated list of deploy branches to exclude from syncing | no | deploy/example,deploy/dummy |
| token | GitHub token with write permissions for repository access (required for git push operations) | yes | — |
Outputs
| name | description |
|---|---|
| branches-synced | JSON array of branches that were synced |
| branches-discovered | JSON array of all deploy branches discovered |