Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 569 Bytes

File metadata and controls

35 lines (27 loc) · 569 Bytes

setup-action

Install a specific version of the helmwave binary on the runner.

Documentation: https://docs.helmwave.app

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