We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36502f6 commit 7334a60Copy full SHA for 7334a60
.github/workflows/update_protos.yml
@@ -42,3 +42,16 @@ jobs:
42
title: Automated Protos Update
43
body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
44
team-reviewers: sdk-netcode
45
+
46
+ - name: Notify slack of failure
47
+ uses: slackapi/[email protected]
48
+ if: ${{ failure() }}
49
+ with:
50
+ payload: |
51
+ {
52
+ "text": "Typescript SDK update protos job has failed",
53
+ "username": "Typescript SDK",
54
+ "icon_url": "https://media.tenor.com/bZMubztJxGkAAAAe/charlie-brown-walking-charlie-brown.png"
55
+ }
56
+ env:
57
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TEAM_SDK_WEBHOOK_URL }}
0 commit comments