From beac5b7eb1bce15da89af96b17ef51e469a6db17 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 6 Jan 2023 14:01:35 +0100 Subject: [PATCH] fix wrong quote placement --- .github/workflows/cura-installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index fb8a6e08fb..69dc0dedb3 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -46,8 +46,8 @@ on: type: boolean msi: description: 'Create the msi' - default: false - required: 'true' + default: 'false' + required: true type: string env: