From 86b9b875f52c71e518520a3c0719d834ae6c83dd Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Mon, 13 May 2024 21:05:41 -0700 Subject: [PATCH] Fix boolean input for is kots install enabled --- create-customer/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/create-customer/action.yml b/create-customer/action.yml index e77ca10..e8f97f9 100644 --- a/create-customer/action.yml +++ b/create-customer/action.yml @@ -37,6 +37,7 @@ inputs: is-kots-install-enabled: description: "If KOTS install should be enabled for the customer." required: false + default: "false" outputs: customer-id: # id of the customer description: "Contains the customer id."