We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b46c421 + 791e2ff commit f33d8eaCopy full SHA for f33d8ea
.github/workflows/release-packages.yaml
@@ -179,7 +179,9 @@ jobs:
179
SLACK_USERNAME: Github Actions CI bot
180
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
181
SLACK_MESSAGE: "${{ job.status == 'success' && 'Homebrew PR submitted successfully' || 'Homebrew PR failed' }}"
182
- run: go run scripts/slack_notification_action.go
+ run: |
183
+ brew install go
184
+ go run scripts/slack_notification_action.go
185
186
windows-msi-package:
187
runs-on: windows-2019
0 commit comments