check-spelling/Checkout Merge
Generate a merge commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_ref | This commit will be refetched (to give the merge the best chance of succeeding) and used as the base for the merge. | no | ${{ github.event.pull_request.base.ref }} |
| head_ref | This commit will be fetched and merged into the base commit. | no | ${{ github.event.pull_request.head.sha }} |
| path | Relative path under $GITHUB_WORKSPACE to the repository | no | . |
| do_not_report | Suppress reporting errors (consumers would report the message themselves) | no | "" |
Outputs
| name | description |
|---|---|
| message | User facing message about attempt to merge |
| status | Whether the merge succeeded |