mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
fix wrong quote placement
This commit is contained in:
parent
6a79fc6d37
commit
beac5b7eb1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
|
@ -46,8 +46,8 @@ on:
|
|||
type: boolean
|
||||
msi:
|
||||
description: 'Create the msi'
|
||||
default: false
|
||||
required: 'true'
|
||||
default: 'false'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue