File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
- name : Slack Notification
32
- uses : rtCamp/action-slack-notify@v2.0.0
32
+ uses : rtCamp/action-slack-notify@v2.0.2
33
33
env :
34
34
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
35
35
` ` `
@@ -55,7 +55,7 @@ You can see the action block with all variables as below:
55
55
56
56
` ` ` yml
57
57
- name: Slack Notification
58
- uses: rtCamp/action-slack-notify@v2.0.0
58
+ uses: rtCamp/action-slack-notify@v2.0.2
59
59
env:
60
60
SLACK_CHANNEL: general
61
61
SLACK_COLOR: '#3278BD'
95
95
steps:
96
96
- uses: actions/checkout@v2
97
97
- name: Slack Notification
98
- uses: rtCamp/action-slack-notify@v2.0.0
98
+ uses: rtCamp/action-slack-notify@v2.0.2
99
99
env:
100
100
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
101
101
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack'
3
3
author : ' rtCamp'
4
4
runs :
5
5
using : ' docker'
6
- image : ' docker://rtcamp/action-slack-notify:master '
6
+ image : ' docker://rtcamp/action-slack-notify:v2.0.2 '
7
7
branding :
8
8
icon : ' bell'
9
9
color : ' yellow'
You can’t perform that action at this time.
0 commit comments