actions-marketplace-validations/Helm tool installer
Install a specific version of helm binary. Acceptable values are latest or any semantic version string like 1.15.0
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of helm | yes | latest |
| token | GitHub token. Used to be required to fetch the latest version | no | ${{ github.token }} |
| downloadBaseURL | Set the download base URL | no | https://get.helm.sh |
Outputs
| name | description |
|---|---|
| helm-path | Path to the cached helm binary |