From f2f4af18f1e89edeb7c30619430db0127827d8d7 Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 18 Nov 2022 11:26:50 +0100 Subject: [PATCH] Add missing ] --- .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 c02a571..fe7c741 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"}' + default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}]' ### ### Input Secrets