Skip to content

Commit 37f65a1

Browse files
authored
Surround job status with backticks
1 parent f565a63 commit 37f65a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SLACK_USERNAME | `rtBot` | Cust
4848
SLACK_MSG_AUTHOR | `$GITHUB_ACTOR` (The person who triggered action). | GitHub username of the person who has triggered the action. In case you want to modify it, please specify corrent GitHub username.
4949
SLACK_ICON | ![rtBot Avatar](https://github.com/rtBot.png?size=32) | User/Bot icon shown with Slack message. It uses the URL supplied to this env variable to display the icon in slack message.
5050
SLACK_ICON_EMOJI | - | User/Bot icon shown with Slack message, in case you do not wish to add a URL for slack icon as above, you can set slack emoji in this env variable. Example value: `:bell:` or any other valid slack emoji.
51-
SLACK_COLOR | `good` (green) | You can pass ${{job.status}} for automatic coloring or an RGB value like `#efefef` which would change color on left side vertical line of Slack message.
51+
SLACK_COLOR | `good` (green) | You can pass `${{ job.status }}` for automatic coloring or an RGB value like `#efefef` which would change color on left side vertical line of Slack message.
5252
SLACK_MESSAGE | Generated from git commit message. | The main Slack message in attachment. It is advised not to override this.
5353
SLACK_TITLE | Message | Title to use before main Slack message.
5454
SLACK_FOOTER | Powered By rtCamp's GitHub Actions Library | Slack message footer.

0 commit comments

Comments
 (0)