zxc30314/Git Commit Info
This GitHub Action extracts commit information like sha, sha_short, username, and URL from commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ACCESS_TOKEN | GitHub personal access token (with repo access) | yes | — |
Outputs
| name | description |
|---|---|
| username | username of target workflow jobs |
| sha | sha of target workflow jobs |
| sha_short | sha_short of target workflow jobs |
| url | url of target workflow jobs |
| commit_message | commit_message of target workflow jobs |