From 76a726bba042b5cea454842531ebbfccd7e0b837 Mon Sep 17 00:00:00 2001 From: Hideaki Matsunami Date: Wed, 21 Jul 2021 23:09:41 +0900 Subject: [PATCH] chore: Update the description of SLACK_COLOR Message attachments `color` field supports `good`,`warning`,`danger` and hex color code. ref: https://api.slack.com/reference/messaging/attachments#fields --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1174b..c98b467 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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 }} # or a specific color like 'green' or '#ff00ff' + SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff' SLACK_ICON: https://github.com/rtCamp.png?size=48 SLACK_MESSAGE: 'Post Content :rocket:' SLACK_TITLE: Post Title