From c2e0074867d2bacdd7d003caa860aa3be71e7125 Mon Sep 17 00:00:00 2001 From: dhsathiya Date: Wed, 10 Mar 2021 16:37:28 +0530 Subject: [PATCH] Update README Signed-off-by: dhsathiya --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e853a9..cfab213 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You can see the action block with all variables as below: uses: rtCamp/action-slack-notify@v2 env: SLACK_CHANNEL: general - SLACK_COLOR: ${{ job.status }} + SLACK_COLOR: ${{ job.status }} # or a specific color like 'green' or '#ff00ff' SLACK_ICON: https://github.com/rtCamp.png?size=48 SLACK_MESSAGE: 'Post Content :rocket:' SLACK_TITLE: Post Title