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 4f7c044Copy full SHA for 4f7c044
.github/workflows/test-update.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - slack_notify_on_action_updater
8
workflow_dispatch:
9
10
permissions:
@@ -27,3 +28,14 @@ jobs:
27
28
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
29
run: |
30
go tool task test:update
31
+
32
+ - name: Slack notification of unexpected 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