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