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 }} enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }} staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }} installer: ${{ inputs.installer }}
msi: false msi: 'false'
secrets: inherit secrets: inherit
windows-installer-create-msi: windows-installer-create-msi:
@ -87,7 +87,7 @@ jobs:
enterprise: ${{ inputs.enterprise }} enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }} staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }} installer: ${{ inputs.installer }}
msi: true msi: 'true'
secrets: inherit secrets: inherit
linux-installer-create: linux-installer-create: