cdqag/Last Commit Info
Get information about the last commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cdqag/action-last-commit-info@74bb5b13acce8d378ad36bfe3001e166edabe724 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token | — | ${{ github.token }} |
| repository | Repository to check (default: current repository) | — | ${{ github.repository }} |
| path | Optional file path to check for last commit (default: entire repo) | — | "" |
Outputs
| name | description |
|---|---|
| sha | The SHA of the last commit |
| message | The commit message of the last commit |
| author-name | The name of the author of the last commit |
| author-email | The email of the author of the last commit |
| committer-name | The name of the committer of the last commit |
| committer-email | The email of the committer of the last commit |
| api-url | The API URL of the last commit |
| html-url | The HTML URL of the last commit |