From 9bd52fd0a28d52ad6d7bae3b42bbadd378e4a522 Mon Sep 17 00:00:00 2001 From: Colton English Date: Mon, 4 Nov 2024 11:00:02 -0700 Subject: [PATCH] Add entry for GitHub Actions workflow_call notification service in README * Add a new entry for the GitHub Actions workflow_call notification service in the "Productivity Based Notifications" section * Provide an example syntax for the new notification service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b65de421..e880ce13 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ The table below identifies the services this tool supports and some example serv | [WxPusher](https://github.com/caronc/apprise/wiki/Notify_wxpusher) | wxpusher:// | (TCP) 443 | wxpusher://AppToken@UserID1/UserID2/UserIDN
wxpusher://AppToken@Topic1/Topic2/Topic3
wxpusher://AppToken@UserID1/Topic1/ | [XBMC](https://github.com/caronc/apprise/wiki/Notify_xbmc) | xbmc:// or xbmcs:// | (TCP) 8080 or 443 | xbmc://hostname
xbmc://user@hostname
xbmc://user:password@hostname:port | [Zulip Chat](https://github.com/caronc/apprise/wiki/Notify_zulip) | zulip:// | (TCP) 443 | zulip://botname@Organization/Token
zulip://botname@Organization/Token/Stream
zulip://botname@Organization/Token/Email +| [GitHub Workflow](https://github.com/caronc/apprise/wiki/Notify_github_workflow) | github+workflow:// | (TCP) 443 | github+workflow://token@repository/workflow ## SMS Notifications