From e94f4578c97fb774f2de97e3def20204576dce5e Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Wed, 10 Apr 2019 02:21:15 -0400 Subject: [PATCH 1/2] added Pushover action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6c0c61..19fc245 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) +- [Send a Push Notification via Pushover.net](https://github.com/maddox/actions/tree/master/pushover) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/telegram-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 0adcd4d8046d44154e2c57538e6f5ebcbcb617e4 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Wed, 10 Apr 2019 07:26:14 -0400 Subject: [PATCH 2/2] put it at the end --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fc245..ac0743b 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,9 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) -- [Send a Push Notification via Pushover.net](https://github.com/maddox/actions/tree/master/pushover) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/telegram-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) +- [Send a Push Notification via Pushover.net](https://github.com/maddox/actions/tree/master/pushover) ### Deployment