From e7550e3b59b35ee4fe6a25556515164a76523836 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Mon, 8 Jun 2026 14:34:04 +0100 Subject: [PATCH] docs: add native as a valid engine type option --- start-mocks/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-mocks/action.yml b/start-mocks/action.yml index 9fab7fb..eedf9ab 100644 --- a/start-mocks/action.yml +++ b/start-mocks/action.yml @@ -15,7 +15,7 @@ inputs: required: false default: '' engine-type: - description: 'Type of mock engine to use (jvm or docker)' + description: 'Type of mock engine to use (jvm, docker or native)' required: false default: 'docker' recursive-config-scan: