diff --git a/template-files/action.py b/template-files/action.py index acf1ca32..0a46e65c 100644 --- a/template-files/action.py +++ b/template-files/action.py @@ -174,7 +174,16 @@ def read_config(args: Namespace) -> dict: "with": { "type": "object", "patternProperties": { - r"\w+": {"type": "string"}, + r"\w+": { + "type": [ + "string", + "number", + "boolean", + "object", + "array", + "null", + ], + }, }, }, },