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"