From c2b6410c6dd8e4320ac4919b3664cce35e26a25a Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Tue, 8 Dec 2020 15:34:14 +0530 Subject: [PATCH] Update readme with Commit field changes Signed-off-by: Riddhesh Sanghvi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d3eecd..7d8eb44 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ SLACK_COLOR | `good` (green) | You SLACK_MESSAGE | Generated from git commit message. | The main Slack message in attachment. It is advised not to override this. SLACK_TITLE | Message | Title to use before main Slack message. SLACK_FOOTER | Powered By rtCamp's GitHub Actions Library | Slack message footer. -MSG_MINIMAL | - | If set to `true`, removes: `Ref`, `Event` and `Actions URL` from the message. You can optionally whitelist any of these 3 removed values by passing it comma separated to the variable instead of `true`. (ex: `MSG_MINIMAL: event` or `MSG_MINIMAL: ref,actions url`, etc.) +MSG_MINIMAL | - | If set to `true`, removes: `Ref`, `Event`, `Actions URL` and `Commit` from the message. You can optionally whitelist any of these 4 removed values by passing it comma separated to the variable instead of `true`. (ex: `MSG_MINIMAL: event` or `MSG_MINIMAL: ref,actions url`, etc.) You can see the action block with all variables as below: