diff --git a/.github/workflows/veracode-analysis.yml b/.github/workflows/veracode-analysis.yml index 3b9265c4132..95b884fe910 100644 --- a/.github/workflows/veracode-analysis.yml +++ b/.github/workflows/veracode-analysis.yml @@ -49,7 +49,14 @@ jobs: run: | CHECK_BRANCH=`echo "${{ github.ref_name }}" | cut -d'/' -f2` if [[ $CHECK_BRANCH == "merge" ]]; then + 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 "[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 "::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 fi