Skip to content

Commit 1667d69

Browse files
committed
update
1 parent 5b1dbf2 commit 1667d69

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test-update.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ jobs:
2727
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
2828
run: |
2929
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+
:warning::warning::warning::warning:
39+
SLACK_COLOR: danger
40+
MSG_MINIMAL: true

0 commit comments

Comments
 (0)