Skip to content

Commit

Permalink
test msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Oct 5, 2023
1 parent d60bc33 commit 0172226
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0172226

Please sign in to comment.