From 6d1d024682f7ba9124fcb72d4cfbe138471a8c3f Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiatosz Date: Wed, 4 Dec 2024 09:01:40 +0100 Subject: [PATCH] Fix json encoding in default module list string (#65) --- .github/actions/create-sap-btp-kyma/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-sap-btp-kyma/action.yaml b/.github/actions/create-sap-btp-kyma/action.yaml index e711b90..50adec5 100644 --- a/.github/actions/create-sap-btp-kyma/action.yaml +++ b/.github/actions/create-sap-btp-kyma/action.yaml @@ -32,7 +32,7 @@ inputs: btp_kyma_modules: description: 'String representation of the requested kyma modules list that should be pre-installed on the kyma environments' required: false - default: "[{'name' = 'istio', 'channel' = 'fast'},{'name' = 'api-gateway', 'channel' = 'fast'},{'name' = 'btp-operator', 'channel' = 'fast'}]" + default: "[{\"name\" = \"istio\", \"channel\" = \"fast\"},{\"name\" = \"api-gateway\", \"channel\" = \"fast'},{\"name\" = \"btp-operator\", \"channel\" = \"fast\"}]" btp_kyma_autoscaler_min: description: 'Minimum numbers of worker nodes the new kyma environment shoud start with' required: false