Install a specific version of helmwave binary on the runner.
Documentation: https://docs.helmwave.app
- uses: helmwave/[email protected]
with:
version: '0.28.0'
id: install
name: CI
on:
push:
jobs:
external:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: helmwave/[email protected]
name: Install helmwave
with:
version: '0.28.0'
- run: helmwave --version
- run: helmwave yml
- run: helmwave up --build