michael-gunther-kpm/actions-download-zip
Download a released zip
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version to download. E.g. 3.14.0 | — | "" |
| package-name | Name of the package (e.g. boost_1_74_0) | — | "" |
| env-var-name | Name of the export environment (e.g. BOOST_DIR_2019) | — | "" |
| releases-url | Url of the releases (e.g. https://api.github.com/repos/_org_/_repo_/releases) | — | "" |
| github-api-token | GitHub token to use when retrieving version info | — | ${{ github.token }} |
| force-reinstall | Ignore the cached value and reinstall the package | — | false |
Outputs
no outputs