liberkee/Fetch Latest Release
A tiny GitHub action to fetch the latest GitHub release for a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A Github token for the repo, usually `{{ github.token }}`. | yes | — |
| repo_path | Provide a "owner/repo" string for fetching from a different repo. | no | — |
Outputs
| name | description |
|---|---|
| url | The HTTP URL for this release |
| assets_url | The REST API HTTP URL for this release's assets |
| upload_url | The REST API HTTP URL for uploading to this release |
| html_url | The REST API HTTP URL for this release |
| id | — |
| node_id | The unique identifier for accessing this release in the GraphQL API |
| tag_name | The name of the release's Git tag |
| target_commitish | — |
| name | The title of the release. |
| draft | Whether or not the release is a draft |
| author_id | — |
| author_node_id | The unique identifier for accessing this release's author in the GraphQL API |
| author_url | The REST API HTTP URL for this release's author |
| author_login | The username used to login. |
| author_html_url | The HTTP URL for this release's author |
| author_type | — |
| author_site_admin | Whether or not this user is a site administrator. |
| sha | The sha hash of the release |