make build_mode optional

This commit is contained in:
fkwp
2025-06-06 00:13:49 +02:00
parent e07c7c864b
commit 31185ae365

View File

@@ -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: