broadshield/Github Actions Download Release Asset

Download a release asset from a release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 3, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: broadshield/github-actions-download-release-asset@f72157dbacb9557e969e9e7872ea496537a53a93 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenThe Github Token to authenticate withno${{ github.token }}
tag_nameThe version tag to identify the release, or 'latest'nolatest
asset_namesA comma delimited list of asset names to downloadno
pathA path to save the file in, defaults to the github workspaceno
repositoryA named repository in the format Owner\repositoryNameno
ignore_v_when_searchingWhen finding a release that matches a tag name, ignores 'v' prefixes on the releasenotrue
only_check_if_existsChecks if the file exists without downloading itnofalse
do_not_error_if_missingIf the file is missing, do not errornofalse
namedescription
file_namesThe downloaded file names as json array
file_pathThe path of the downloaded files