From 0aa71e57b0dd39c03934ceee4460ae83a9081e40 Mon Sep 17 00:00:00 2001 From: 2franix Date: Sat, 27 Sep 2025 17:45:22 +0200 Subject: [PATCH] Be consistent in context formatting --- act/schema/workflow_schema.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/act/schema/workflow_schema.json b/act/schema/workflow_schema.json index 1fc077ad..9206e9f3 100644 --- a/act/schema/workflow_schema.json +++ b/act/schema/workflow_schema.json @@ -1626,14 +1626,7 @@ } }, "matrix-filter-item": { - "context": [ - "forge", - "forgejo", - "github", - "inputs", - "vars", - "needs" - ], + "context": ["forge", "forgejo", "github", "inputs", "vars", "needs"], "mapping": { "loose-key-type": "non-empty-string", "loose-value-type": "any"