You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Create `SLACK_WEBHOOK_URL` secret using [GitHub Action's Secret](https://developer.github.com/actions/creating-workflows/storing-secrets). You can [generate a Slack incoming webhook token from here.](https://slack.com/apps/A0F7XDUAZ-incoming-webhooks)
90
88
91
-
92
89
## Advanced Usage
93
90
94
-
Here's an example with jobs that run in parallel.
91
+
Here's an example with jobs that run in parallel.
95
92
96
93
It does a few things:
97
94
98
-
- Lets us know when a status check didn't succeed (failure or cancel)
99
-
- If all jobs were successful, we'll send a message at the end
100
-
95
+
- Lets us know when a status check didn't succeed (failure or cancel)
96
+
- If all jobs were successful, we'll send a message at the end
0 commit comments