dertimonius/Merge git branches
Keep multiple branches up to date within your CI workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branches | The branches that need to be updated. Takes either a string or an array of strings. | yes | — |
| token | GitHub Personal Access Token needed for the commit. | yes | — |
| force | Defines if the commit should be force-pushed or not. Default is false. | no | false |
| checkTags | Enable tag checks by setting checkTags to true if you want to include tag validation in the GitHub Action workflow. Default is false. | no | false |
Outputs
no outputs