Skip to content

Commit 6e86074

Browse files
committed
Add a specific Slack message to the notification bot
1 parent f1f85ff commit 6e86074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
SLACK_COLOR: ${{ job.status }}
7979
SLACK_USERNAME: Github Actions CI bot
8080
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
81+
SLACK_MESSAGE: 'Ubuntu 20.04 package built and uploaded successfully'
8182

8283
ubuntu-18_04-package:
8384
runs-on: ubuntu-18.04
@@ -164,6 +165,7 @@ jobs:
164165
SLACK_COLOR: ${{ job.status }}
165166
SLACK_USERNAME: Github Actions CI bot
166167
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
168+
SLACK_MESSAGE: 'Ubuntu 18.04 package built and uploaded successfully'
167169

168170

169171
homebrew-pr:
@@ -315,3 +317,4 @@ jobs:
315317
SLACK_COLOR: ${{ job.status }}
316318
SLACK_USERNAME: Github Actions CI bot
317319
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
320+
SLACK_MESSAGE: 'Docker Image built and submitted to DockerHub successfully'

0 commit comments

Comments
 (0)