actions-marketplace-validations/Merge Commits Action
A GitHub action to find all of the commits in a PR/Branch merge.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_location | Location of the Git Repository | no | /github/workspace/ |
| current_commit | A specified merge point commit. Defaults to latest. | no | "" |
| pretty_output | Print a Pretty Output of the commits. | no | true |
Outputs
| name | description |
|---|---|
| commits | Space seperated list of commits in previously merge PR/Branch. |