Skip to content

Commit 88bd054

Browse files
committed
update
1 parent 5b1dbf2 commit 88bd054

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test-update.yml

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

0 commit comments

Comments
 (0)