mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-21 18:11:06 +00:00
feat: allow workflow description (#5326)
Otherwise act would reject such workflows right away (cherry picked from commit efc95959aca96034426dcb93275eede5a3f47b83) Conflicts: pkg/schema/workflow_schema.json trivial context conflict
This commit is contained in:
parent
062e57b1c7
commit
4b2eb56a54
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"on": "on",
|
||||
"name": "workflow-name",
|
||||
"enable-email-notifications": "workflow-enable-email-notifications",
|
||||
"description": "string",
|
||||
"run-name": "run-name",
|
||||
"defaults": "workflow-defaults",
|
||||
"env": "workflow-env",
|
||||
|
@ -29,6 +30,7 @@
|
|||
"required": true
|
||||
},
|
||||
"name": "workflow-name",
|
||||
"description": "string",
|
||||
"run-name": "run-name",
|
||||
"defaults": "workflow-defaults",
|
||||
"env": "workflow-env",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue