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

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilyaev committed Mar 14, 2021
1 parent b936a5b commit e1a9a97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'HelmWave'
description: 'Deploy with helmwave'
author: 'Dmitriy Zhilyaev'
inputs:
# version:
# description: 'helmwave version'
Expand All @@ -15,6 +16,9 @@ inputs:
default: 'deploy'
runs:
using: 'docker'
image: "docker://diamon/helmwave:latest"
image: 'docker://diamon/helmwave:latest'
args:
- ${{ inputs.arg }}
branding:
icon: 'hexagon'
color: 'blue'

0 comments on commit e1a9a97

Please sign in to comment.