mirror of https://github.com/penpot/penpot.git
📎 Fix CI inputs
This commit is contained in:
parent
112fa46896
commit
1438632dde
|
|
@ -10,17 +10,13 @@ on:
|
|||
required: true
|
||||
default: 'develop'
|
||||
build_wasm:
|
||||
type: choice
|
||||
options:
|
||||
- yes
|
||||
- no
|
||||
description: 'Valid values: yes, no'
|
||||
type: string
|
||||
required: false
|
||||
default: 'yes'
|
||||
build_storybook:
|
||||
type: choice
|
||||
options:
|
||||
- yes
|
||||
- no
|
||||
description: 'Valid values: yes, no'
|
||||
type: string
|
||||
required: false
|
||||
default: 'yes'
|
||||
workflow_call:
|
||||
|
|
@ -31,10 +27,12 @@ on:
|
|||
required: true
|
||||
default: 'develop'
|
||||
build_wasm:
|
||||
description: 'Valid values: yes, no'
|
||||
type: string
|
||||
required: false
|
||||
default: 'yes'
|
||||
build_storybook:
|
||||
description: 'Valid values: yes, no'
|
||||
type: string
|
||||
required: false
|
||||
default: 'yes'
|
||||
|
|
|
|||
Loading…
Reference in New Issue