From e0973c42d3612a8bf9cfa9f6d49cd53ac2991c6f Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 18 Nov 2022 11:23:42 +0100 Subject: [PATCH] Fix configure default field values --- .github/workflows/docker-multistage-configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-multistage-configure.yml b/.github/workflows/docker-multistage-configure.yml index 35dce09..c02a571 100644 --- a/.github/workflows/docker-multistage-configure.yml +++ b/.github/workflows/docker-multistage-configure.yml @@ -32,7 +32,7 @@ on: description: 'The JSON string for deploy fields to extract' required: false type: string - default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}, {"HELM":"EXTRA"}]' + default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}' ### ### Input Secrets