nmbgeek/Get Latest Commit
Get the latest commit hash and description from another repository and output that for use in other actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The Github user or organization that owns the repository | no | — |
| repo | The repository name | no | — |
| repository | The repository name in full | no | — |
| branch | Branch to get last commit for (e.g. dev) | no | — |
| token | The GitHub token or personal access token | no | — |
Outputs
| name | description |
|---|---|
| shorthash | Short commit hash |
| hash | Full commit hash |
| description | Latest commit message |