Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/11/en/part11e.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Register now to Discord if you have not already done that. You will also need a

#### 11.18 Build success/failure notification action

You can find quite a few third-party actions from [GitHub Action Marketplace](https://github.com/marketplace?type=actions) by using the search phrase [discord](https://github.com/marketplace?type=actions&query=discord). Pick one for this exercise. My choice was [discord-webhook-notify](https://github.com/marketplace/actions/discord-webhook-notify) since it has quite many stars and decent documentation.
You can find quite a few third-party actions from [GitHub Action Marketplace](https://github.com/marketplace?type=actions) by using the search phrase [discord](https://github.com/marketplace?type=actions&query=discord). Pick one for this exercise. A good choice could be [Discord for GitHub Actions](https://github.com/marketplace/actions/actions-for-discord) since it has quite many stars, few dependencies, and simple implementation that directly uses Discord Webhook API fields.

Setup the action so that it gives two types of notifications:
- A success indication if a new version gets deployed
Expand Down