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.
1 parent 5b1dbf2 commit 88bd054Copy full SHA for 88bd054
.github/workflows/test-update.yml
@@ -27,3 +27,15 @@ jobs:
27
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
28
run: |
29
go tool task test:update
30
+
31
+ - name: Slack notification of unexpected failure
32
+ if: ${{ failure() }}
33
+ uses: rtCamp/action-slack-notify@v2
34
+ env:
35
+ SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
36
+ SLACK_MESSAGE: |
37
+ :warning::warning::warning::warning:
38
+ WARNING: ${{ github.repository }} ${{ github.workflow }} workflow run had an unexpected failure!!!
39
40
+ SLACK_COLOR: danger
41
+ MSG_MINIMAL: true
0 commit comments