zcong1993/action-git-merge
Action git merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | no | ${{ github.token }} |
| base | The name of the base branch that the head will be merged into | no | master |
| head | The head to merge. This can be a branch name or a commit SHA1 | yes | — |
| commit_message | Commit message to use for the merge commit. If omitted, a default message will be used | no | — |
Outputs
no outputs