From e1a9a9721b07c914142236eff5f3355ea799fb2a Mon Sep 17 00:00:00 2001 From: zhilyaev Date: Sun, 14 Mar 2021 22:01:58 +0300 Subject: [PATCH] refactor --- action.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 0cb2109..8c884aa 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,6 @@ name: 'HelmWave' description: 'Deploy with helmwave' +author: 'Dmitriy Zhilyaev' inputs: # version: # description: 'helmwave version' @@ -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'