Use a string instead of bool for the input

Contributes to CURA-8607 and CURA-9157
This commit is contained in:
Jelle Spijker 2023-01-06 12:47:06 +01:00
parent 3a6589a6be
commit 04cc977967

View file

@ -72,7 +72,7 @@ jobs:
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }}
msi: false
msi: 'false'
secrets: inherit
windows-installer-create-msi:
@ -87,7 +87,7 @@ jobs:
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }}
msi: true
msi: 'true'
secrets: inherit
linux-installer-create: