Skip to content
package

GitHub Action

Helmwave installer

v0.3.0 Latest version

Helmwave installer

package

Helmwave installer

Install a specific version of helmwave binary

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Helmwave installer

uses: helmwave/[email protected]

Learn more about this action in helmwave/setup-action

Choose a version

setup-action

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

Example

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