rlespinasse/Git Commit Data
Action to expose git commit data (author, committer, message, ...)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publish-env | Publish slugs as environment variables | yes | true |
Outputs
| name | description |
|---|---|
| sha | commit hash |
| short-sha | abbreviated commit hash |
| author | Author name <author@email.tld> |
| author-name | Author name |
| author-email | author@email.tld |
| committer | Committer name <committer@email.tld> |
| committer-name | Committer name |
| committer-email | committer@email.tld |
| message-subject | The first line of the commit message |
| message-subject-sanitized | the-first-line-of-the-commit-message-in-sanitized-way |
| message-body | The body of the commit message |