romnn/action release download
Download action release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| assets | A single asset name, glob pattern, template, or stringified YAML sequence | yes | — |
| expected-matching-asset-count | Number of assets expected to be matched by all asset patterns. A warning is thrown if an unexpected number of assets is matched | no | 1 |
| repo | GitHub repository to download from | — | ${{ github.repository }} |
| version | Release version to install | — | latest |
| token | GitHub API token | no | ${{ github.token }} |
| github-api-url | The URL of the GitHub API; only use this input with GitHub Enterprise | no | https://api.github.com |
Outputs
| name | description |
|---|---|
| tag_name | The GitHub tag used to download the release |
| release_name | The release name / title |
| downloaded_files | The array of downloaded files, useful when using wildcard '*' to download multiple files |