From 7ef85d2a1466df9ca2505851cee203c1506e7827 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 5 Jul 2025 22:46:33 +0200 Subject: [PATCH] feat: Forgejo has support for support services..cmd --- act/schema/workflow_schema.json | 4 ++++ 1 file changed, 4 insertions(+) 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",