File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
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 }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack'
33author : ' rtCamp'
44runs :
55 using : ' docker'
6- image : ' docker://rtcamp/action-slack-notify:v2.0.3 '
6+ image : ' docker://rtcamp/action-slack-notify:v2.1.0 '
77branding :
88 icon : ' bell'
99 color : ' yellow'
You can’t perform that action at this time.
0 commit comments