feat: allow workflow description (#5326)

Otherwise act would reject such workflows right away
This commit is contained in:
ChristopherHX
2025-06-13 18:33:10 +02:00
committed by GitHub
parent 4ba1c2bde6
commit 515dd6612c

View File

@@ -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",