heffnt commited on
Commit
b1abe4d
·
1 Parent(s): 5c3b4eb

Update Discord notification message format to prepend a dash for improved readability.

Browse files
.github/workflows/discord-notification.yml CHANGED
@@ -61,7 +61,7 @@ jobs:
61
  fi
62
 
63
  SHORT_SHA="${SHA:0:7}"
64
- MESSAGE="Workflow $NAME $STATUS on $BRANCH (commit $SHORT_SHA)"
65
  ;;
66
  *)
67
  MESSAGE="Event $EVENT_NAME by $GITHUB_ACTOR on ${{ github.repository }} at ${{ github.ref_name }}"
 
61
  fi
62
 
63
  SHORT_SHA="${SHA:0:7}"
64
+ MESSAGE=" - Workflow $NAME $STATUS on $BRANCH (commit $SHORT_SHA)"
65
  ;;
66
  *)
67
  MESSAGE="Event $EVENT_NAME by $GITHUB_ACTOR on ${{ github.repository }} at ${{ github.ref_name }}"