File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments