Skip to content

Commit

Permalink
Merge branch 'develop' for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Jul 10, 2020
2 parents 98a822b + 701cea2 commit e17352f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.2
uses: rtCamp/action-slack-notify@master
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
```
Expand Down Expand Up @@ -58,7 +58,7 @@ You can see the action block with all variables as below:

```yml
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.2
uses: rtCamp/action-slack-notify@master
env:
SLACK_CHANNEL: general
SLACK_COLOR: '#3278BD'
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.2
uses: rtCamp/action-slack-notify@master
env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack'
author: 'rtCamp'
runs:
using: 'docker'
image: 'docker://rtcamp/action-slack-notify:v2.0.3'
image: 'docker://rtcamp/action-slack-notify:v2.1.0'
branding:
icon: 'bell'
color: 'yellow'

0 comments on commit e17352f

Please sign in to comment.