From 2658afd8588ad3cd35720cb4834e51802dec50f2 Mon Sep 17 00:00:00 2001 From: schapron Date: Thu, 5 Oct 2023 10:04:46 +0200 Subject: [PATCH] test msg --- .github/workflows/veracode-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veracode-analysis.yml b/.github/workflows/veracode-analysis.yml index 95b884fe910..f545bca8b1d 100644 --- a/.github/workflows/veracode-analysis.yml +++ b/.github/workflows/veracode-analysis.yml @@ -54,7 +54,7 @@ jobs: echo "[WARNING] - Event : ${{ github.event_name }} on PR branch should not have triggered this action" echo "[ERROR] - Event : ${{ github.event_name }} on PR branch should not have triggered this action" echo "::debug::Event : ${{ github.event_name }} on PR branch should not have triggered this action" - echo "::notice::Event : ${{ github.event_name }} on PR branch should not have triggered this action" + echo "::notice,title={Event is ${{ github.event_name }}}:: This event should not have triggered this action" echo "::warning::Event : ${{ github.event_name }} on PR branch should not have triggered this action" echo "::error::Event : ${{ github.event_name }} on PR branch should not have triggered this action" exit 1