Install a specific version of the helmwave binary on the runner.
Documentation: https://docs.helmwave.app
- uses: helmwave/setup-action@v0.3.0with:
version: '0.42.0'id: installname: CIon:
push:
jobs:
external:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v3
- uses: helmwave/setup-action@v0.3.0name: Install helmwavewith:
version: '0.42.0'
- run: helmwave --version
- run: helmwave yml
- run: helmwave up --build