added Pushover action

This commit is contained in:
Jon Maddox 2019-04-10 02:21:15 -04:00
parent bf063098e5
commit e94f4578c9

View File

@ -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)