make build_mode optional
This commit is contained in:
2
.github/workflows/build-element-call.yaml
vendored
2
.github/workflows/build-element-call.yaml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
build_mode:
|
build_mode:
|
||||||
type: string # This would ideally be a `choice` type, but that isn't supported yet
|
type: string # This would ideally be a `choice` type, but that isn't supported yet
|
||||||
description: The build mode for vite. Must be either 'development' or 'production'
|
description: The build mode for vite. Must be either 'development' or 'production'
|
||||||
required: true
|
required: false
|
||||||
default: production
|
default: production
|
||||||
secrets:
|
secrets:
|
||||||
SENTRY_ORG:
|
SENTRY_ORG:
|
||||||
|
|||||||
Reference in New Issue
Block a user