https://github.com/jkroepke/setup-vals
Github Action for installing vals (https://github.com/helmfile/vals)
https://github.com/jkroepke/setup-vals
actions github-actions vals
Last synced: about 1 month ago
JSON representation
Github Action for installing vals (https://github.com/helmfile/vals)
- Host: GitHub
- URL: https://github.com/jkroepke/setup-vals
- Owner: jkroepke
- License: mit
- Created: 2021-09-30T20:46:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T01:47:04.000Z (2 months ago)
- Last Synced: 2026-04-24T03:31:13.290Z (2 months ago)
- Topics: actions, github-actions, vals
- Language: TypeScript
- Homepage: https://github.com/jkroepke/setup-vals
- Size: 9.56 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/jkroepke/setup-vals/actions/workflows/ci.yml)
[](https://github.com/jkroepke/setup-vals/blob/master/LICENSE)
[](https://github.com/jkroepke/setup-vals/releases/latest)
[](https://github.com/jkroepke/setup-vals/stargazers)
[](https://github.com/semantic-release/semantic-release)
# Setup vals
⭐ Don't forget to star this repository! ⭐
## About
GitHub Action for installing
[variantdev/vals](https://github.com/variantdev/vals)
Install a specific version of vals binary on the runner. Acceptable values are
latest or any semantic version string like v2.16.7. Use this action in workflow
to define which version of vals will be used.
```yaml
- name: Stackit Binary Installer
uses: jkroepke/setup-vals@v1
with:
version: '' # default is latest stable
id: install
```
The cached binary path is prepended to the PATH environment variable as well as
stored in the path output variable. Refer to the action metadata file for
details about all the inputs
[here](https://github.com/jkroepke/setup-vals/blob/main/action.yml).