Skip to content

Commit f345c11

Browse files
Update JSON schema to remove 'description' requirement (#5277)
Removed 'description' from required properties in JSON schema. It's not needed according to my tests and https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#example-usage-of-the-inputs-context-in-a-manually-triggered-workflow
1 parent be5bc38 commit f345c11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/schemas/json/github-workflow.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@
963963
}
964964
}
965965
],
966-
"required": ["description"],
967966
"additionalProperties": false
968967
}
969968
},

0 commit comments

Comments
 (0)