Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 399 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 399 Bytes

deploy-action

:octocat: GitHub Action for helmwave

This is archived. Please use https://github.com/helmwave/setup-action

Usage

Workflow

name: helmwave

on:
  push:
    - master
    - main

jobs:
  helmwave:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: helmwave/[email protected]
        env:
          HELMWAVE_LOG_LVL: "debug"