1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Fix env schema (#3514)

closes #3510
This commit is contained in:
qwerty287
2024-03-20 09:28:02 +01:00
committed by GitHub
parent 21d6ea2ba6
commit f23d42b49e

View File

@@ -630,7 +630,7 @@
{ {
"type": "object", "type": "object",
"additionalProperties": { "additionalProperties": {
"type": ["boolean", "string", "number"] "type": ["boolean", "string", "number", "array", "object"]
} }
} }
] ]