From 3e49e04819943bae1865e6aed18170e35e5719c0 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 4 Mar 2019 14:36:14 +0800 Subject: [PATCH 1/2] Add gitlab ci, jenkins or discord message plugin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd54a43..b9774f4 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,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) +- [Sebd a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/telegram-action) ### Deployment @@ -136,6 +137,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive) - [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress) - [Deploy a Theme to Shopify](https://github.com/pgrimaud/actions/tree/master/shopify) +- [Trigger multiple GitLab CI Pipeline](https://github.com/appleboy/gitlab-ci-action) +- [Trigger multiple Jenkins Jobs](https://github.com/appleboy/jenkins-action) ### External Services From 0dc7af418ae901427774583434644a9af9e450d5 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 4 Mar 2019 15:41:33 +0800 Subject: [PATCH 2/2] Update README.md Co-Authored-By: appleboy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9774f4..c40ecdc 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,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) -- [Sebd a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/telegram-action) +- [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/telegram-action) ### Deployment