Skip to content

Commit

Permalink
Merge pull request #100 from mahaker/fix-readme
Browse files Browse the repository at this point in the history
chore: Update the description of SLACK_COLOR
  • Loading branch information
mrrobot47 authored Jul 21, 2021
2 parents 12e36fc + 76a726b commit 28e8b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28e8b35

Please sign in to comment.