actions-marketplace-validations/gh-downloader
Download asset from a GitHub release according to a version scheme/template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | github token to download the asset with | no | ${{ github.token }} |
| repo | what repo to downlaod the asset from | yes | — |
| asset | the name of the asset of the release | — | {{ .repo }}-{{ .os }}-{{ .arch }}-{{ .version }} |
| output | where to output the asset | yes | — |
| mode | the file mode of the file downloaded | — | 0644 |
| scheme | scheme of the release to pull the asset from (i.e. v1.x.x) | — | latest |
| if-not-exist | only download if the file does not already exist | — | true |
Outputs
no outputs