Merge branch 'main' into rename-service-to-action

Signed-off-by: Joseph Abbey <me@josephabbey.dev>
This commit is contained in:
Joseph Abbey
2025-11-01 21:23:08 +00:00
committed by GitHub
10 changed files with 66 additions and 23 deletions

View File

@@ -970,17 +970,10 @@
"type": "string"
},
"confirm": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "string"
}
],
"type": ["boolean", "string"],
"default": false,
"title": "Confirmation",
"description": "Optional confirmation of the action before execution as a precaution."
"description": "Optional confirmation of the action before execution as a precaution. Use a Boolean for the default message. Specify a string to display a specific confirmation message."
},
"pin": {
"type": "boolean",