Skip to content

Commit e17352f

Browse files
committed
Merge branch 'develop' for v2.1.0
2 parents 98a822b + 701cea2 commit e17352f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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/action-slack-notify@v2.0.2
32+
uses: rtCamp/action-slack-notify@master
3333
env:
3434
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
3535
```
@@ -58,7 +58,7 @@ You can see the action block with all variables as below:
5858

5959
```yml
6060
- name: Slack Notification
61-
uses: rtCamp/action-slack-notify@v2.0.2
61+
uses: rtCamp/action-slack-notify@master
6262
env:
6363
SLACK_CHANNEL: general
6464
SLACK_COLOR: '#3278BD'
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/checkout@v2
100100
- name: Slack Notification
101-
uses: rtCamp/action-slack-notify@v2.0.2
101+
uses: rtCamp/action-slack-notify@master
102102
env:
103103
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
104104
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
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:v2.0.3'
6+
image: 'docker://rtcamp/action-slack-notify:v2.1.0'
77
branding:
88
icon: 'bell'
99
color: 'yellow'

0 commit comments

Comments
 (0)