From 520a7186a7f3273e346608ce1be0b73a2908215d Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Fri, 21 Dec 2018 13:12:18 +0100 Subject: [PATCH 1/2] Add link to Discord notification action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..43a92f4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Send a Discord notification](https://github.com/Ilshidur/actions/tree/master/discord) ### Tutorials From da7b0e58952a52be7c33b7f606da08b7e58827bf Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Fri, 25 Jan 2019 22:13:32 +0100 Subject: [PATCH 2/2] fix: Discord Action link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a92f4..116e5f9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) -- [Send a Discord notification](https://github.com/Ilshidur/actions/tree/master/discord) +- [Send a Discord notification](https://github.com/Ilshidur/action-discord) ### Tutorials