Skip to content

Commit 0fbbaf3

Browse files
committed
add a message to the slack notification
1 parent 7a49251 commit 0fbbaf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
SLACK_USERNAME: docnow-build
4646
SLACK_ICON_EMOJI: ":test-tube:"
4747
SLACK_COLOR: "${{ job.status == 'success' && 'good' || 'danger' }}"
48+
SLACK_MESSAGE: "Tests Results: ${{ job.status }}"

0 commit comments

Comments
 (0)