abatilo/Release Info Action
An action to read release information of a given GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 25, 2023
- License
- MIT
Pinned Snippet
uses: abatilo/release-info-action@32cb932219f1cee3fc4f4a298fd65ead5d35b661 # v1.3.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The user or org for this repo | yes | — |
| repo | The name of the repo itself | yes | — |
Outputs
| name | description |
|---|---|
| latest_tag | The latest release version tag |
| latest_tag_published_at | The ISO8601 timestamp of when this version was released |
| target_commitish | Specifies the commitish value that determines where the git tag is created from. Can be any branch or commit SHA. |