We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e36fc + 76a726b commit 28e8b35Copy full SHA for 28e8b35
1 file changed
README.md
@@ -62,7 +62,7 @@ You can see the action block with all variables as below:
62
uses: rtCamp/action-slack-notify@v2
63
env:
64
SLACK_CHANNEL: general
65
- SLACK_COLOR: ${{ job.status }} # or a specific color like 'green' or '#ff00ff'
+ SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
66
SLACK_ICON: https://github.com/rtCamp.png?size=48
67
SLACK_MESSAGE: 'Post Content :rocket:'
68
SLACK_TITLE: Post Title
0 commit comments