From 515dd6612cc3f6147f8d8ec3ebb4f9e016f4cfa8 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Fri, 13 Jun 2025 18:33:10 +0200 Subject: [PATCH] feat: allow workflow description (#5326) Otherwise act would reject such workflows right away --- pkg/schema/workflow_schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/schema/workflow_schema.json b/pkg/schema/workflow_schema.json index 6b2be61..b65bf6f 100644 --- a/pkg/schema/workflow_schema.json +++ b/pkg/schema/workflow_schema.json @@ -7,6 +7,7 @@ "properties": { "on": "on", "name": "workflow-name", + "description": "string", "run-name": "run-name", "defaults": "workflow-defaults", "env": "workflow-env", @@ -28,6 +29,7 @@ "required": true }, "name": "workflow-name", + "description": "string", "run-name": "run-name", "defaults": "workflow-defaults", "env": "workflow-env",