diff --git a/act/schema/workflow_schema.json b/act/schema/workflow_schema.json index 29c6075b..0c50be22 100644 --- a/act/schema/workflow_schema.json +++ b/act/schema/workflow_schema.json @@ -1913,6 +1913,10 @@ "type": "non-empty-string", "description": "Use `jobs..container.options` to configure additional Docker container resource options." }, + "cmd": { + "type": "sequence-of-non-empty-string", + "description": "Use `jobs..container.cmd` to specify the command to run instead of the default." + }, "env": "container-env", "ports": { "type": "sequence-of-non-empty-string",