From 6b17056d9bd6b33c25de78c2db8626eaaad88063 Mon Sep 17 00:00:00 2001 From: ManiShankarCdAnt Date: Wed, 18 Feb 2026 15:43:36 +0530 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 164c50b..09bb22f 100644 --- a/action.yml +++ b/action.yml @@ -109,7 +109,7 @@ runs: shell: bash run: | if [ "${{ job.status }}" = "success" ]; then - echo "✅ Quality Gate PASSED - No secrets detected" + echo "✅ Quality Gate PASSED - No secrets detected " echo "::notice title=Quality Gate::Quality gate passed successfully" else echo "❌ Quality Gate FAILED - Secrets detected or scan error"