Skip to content

Commit

Permalink
Merge branch 'develop' for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed May 11, 2020
2 parents 30640fd + c341214 commit 96d5e2a
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/[email protected].0
uses: rtCamp/[email protected].2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
```
Expand All @@ -55,7 +55,7 @@ You can see the action block with all variables as below:

```yml
- name: Slack Notification
uses: rtCamp/[email protected].0
uses: rtCamp/[email protected].2
env:
SLACK_CHANNEL: general
SLACK_COLOR: '#3278BD'
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/[email protected].0
uses: rtCamp/[email protected].2
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:master'
image: 'docker://rtcamp/action-slack-notify:v2.0.2'
branding:
icon: 'bell'
color: 'yellow'

0 comments on commit 96d5e2a

Please sign in to comment.