jojomatik/Synchronize Branch
Syncs one branch to another branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The branch to sync from | no | ${{ github.ref_name }} |
| target | The branch to sync to | no | beta |
| strategy | The strategy to use, if fast-forward is not possible (merge, force, fail) | no | merge |
| resolve_conflicts | The changes to accept, if strategy `merge` leads to merge conflicts (target, source, false) | no | target |
| git_committer_name | The name to create merge commits with | no | — |
| git_committer_email | The email to create merge commits with | no | — |
| github_token | The access token to push to the repository | no | ${{ github.token }} |
Outputs
no outputs