simenandre/get-commit-changelog
List commits between two commits as output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base commit (from) | yes | — |
| head | Head commit (to). Defaults to ref | no | ${{ github.ref }} |
| token | GitHub token | no | ${{ github.token }} |
| repository | Repository to compare commits in. Defaults to current repository | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| changelog | Changelog |