From 4ad36ad549f473ac931b5447765190e37a8b84b5 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Wed, 6 May 2026 21:58:02 +0300 Subject: [PATCH] fix: step syntax --- incubating/codefresh-report-image/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index c11553a28..a5c36dad3 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -226,7 +226,7 @@ spec: "CF_VERBOSE": { "type": "string", "description": "Enables verbose logging", - "default: "false", + "default": "false" } } }