actions-marketplace-validations/gh-downloader

Download asset from a GitHub release according to a version scheme/template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokengithub token to download the asset withno${{ github.token }}
repowhat repo to downlaod the asset fromyes
assetthe name of the asset of the release{{ .repo }}-{{ .os }}-{{ .arch }}-{{ .version }}
outputwhere to output the assetyes
modethe file mode of the file downloaded0644
schemescheme of the release to pull the asset from (i.e. v1.x.x)latest
if-not-existonly download if the file does not already existtrue

no outputs