Skip to content

Commit 96d5e2a

Browse files
committed
Merge branch 'develop' for v2.0.2
2 parents 30640fd + c341214 commit 96d5e2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Slack Notification
32-
uses: rtCamp/[email protected].0
32+
uses: rtCamp/[email protected].2
3333
env:
3434
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
3535
```
@@ -55,7 +55,7 @@ You can see the action block with all variables as below:
5555

5656
```yml
5757
- name: Slack Notification
58-
uses: rtCamp/[email protected].0
58+
uses: rtCamp/[email protected].2
5959
env:
6060
SLACK_CHANNEL: general
6161
SLACK_COLOR: '#3278BD'
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@v2
9797
- name: Slack Notification
98-
uses: rtCamp/[email protected].0
98+
uses: rtCamp/[email protected].2
9999
env:
100100
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
101101
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack'
33
author: 'rtCamp'
44
runs:
55
using: 'docker'
6-
image: 'docker://rtcamp/action-slack-notify:master'
6+
image: 'docker://rtcamp/action-slack-notify:v2.0.2'
77
branding:
88
icon: 'bell'
99
color: 'yellow'

0 commit comments

Comments
 (0)