File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -190,16 +190,14 @@ jobs:
190
190
- name : Checkout CBMC project source code to obtain access to scripts
191
191
if : always()
192
192
uses : actions/checkout@v3
193
- - name : Install golang toolchain to run the notification step
194
- if : always()
195
- run : brew install go
196
193
- name : Slack notification of CI status
197
194
if : success() || failure()
198
195
env :
199
196
SLACK_CHANNEL : team_open_source
200
197
SLACK_COLOR : ${{ job.status }}
201
198
SLACK_USERNAME : Github Actions CI bot
202
199
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
200
+ SLACK_MESSAGE : " ${{ job.status == 'success' && 'Homebrew PR submitted successfully' || 'Homebrew PR failed' }}"
203
201
run : go run scripts/slack_notification_action.go
204
202
205
203
windows-msi-package :
You can’t perform that action at this time.
0 commit comments