cityoflosangeles/Fetch Latest GitHub Release

A tiny GitHub action to fetch the latest GitHub release for a given repository. Originally forked from https://github.com/gregziegan/fetch-latest-release on 2023/04/27.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenA Github token for the repo, usually `{{ github.token }}`.no${{ github.token }}
repo_pathProvide a "owner/repo" string for fetching from a different repo. If not provided the repository the composite action is ran in will be used.no${{ github.repository }}
namedescription
urlThe HTTP URL for this release
assets_urlThe REST API HTTP URL for this release's assets
upload_urlThe REST API HTTP URL for uploading to this release
html_urlThe REST API HTTP URL for this release
id
node_idThe unique identifier for accessing this release in the GraphQL API
tag_nameThe name of the release's Git tag
target_commitish
nameThe title of the release.
draftWhether or not the release is a draft
author_id
author_node_idThe unique identifier for accessing this release's author in the GraphQL API
author_urlThe REST API HTTP URL for this release's author
author_loginThe username used to login.
author_html_urlThe HTTP URL for this release's author
author_type
author_site_adminWhether or not this user is a site administrator.