From 7e3f32e98a94279107077600a25dabc146fde4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Fri, 30 Oct 2020 18:59:02 +0100 Subject: [PATCH] Add missing config option to action.yml (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reinhard Nägele --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 139adef..d9b0c20 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,8 @@ branding: inputs: version: description: "The chart-releaser version to use (default: v1.0.0)" + config: + description: "The relative path to the chart-releaser config file" charts_dir: description: The charts directory default: charts