actions-marketplace-validations/Merge GitHub branch
Merge a branch, tag or commit to a branch in a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 3, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/julbme_gh-action-merge-branch@46f328b00254a8f032fba74c8ac71aa7ed45ab34 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| from | The ref from which to create the branch (branch, tag, ref or sha). | no | — |
| to | The target branch name. | yes | — |
| message | The commit message. | no | — |
Outputs
| name | description |
|---|---|
| sha | The merge commit SHA, or the target branch latest commit SHA if no merge is needed. |