Skip to content

helmwave/setup-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-action

Install a specific version of helmwave binary on the runner.

Documentation: https://docs.helmwave.app

- uses: helmwave/setup-action@v0.3.0
  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/setup-action@v0.3.0
        name: Install helmwave
        with:
          version: '0.28.0'
      - run: helmwave --version
      - run: helmwave yml
      - run: helmwave up --build