File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
steps :
233
233
- name : Notify Slack
234
234
id : main_message
235
- uses : slackapi/slack-github-action@v2.0 .0
235
+ uses : slackapi/slack-github-action@v2.1 .0
236
236
with :
237
237
method : chat.postMessage
238
238
token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -264,7 +264,7 @@ jobs:
264
264
265
265
- name : Test summary thread
266
266
if : success()
267
- uses : slackapi/slack-github-action@v2.0 .0
267
+ uses : slackapi/slack-github-action@v2.1 .0
268
268
with :
269
269
method : chat.postMessage
270
270
token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 45
45
46
46
- name : Notify Slack
47
47
if : always() && github.repository == 'linode/linode_api4-python'
48
- uses : slackapi/slack-github-action@v2.0 .0
48
+ uses : slackapi/slack-github-action@v2.1 .0
49
49
with :
50
50
method : chat.postMessage
51
51
token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Notify Slack - Main Message
13
13
id : main_message
14
- uses : slackapi/slack-github-action@v2.0 .0
14
+ uses : slackapi/slack-github-action@v2.1 .0
15
15
with :
16
16
method : chat.postMessage
17
17
token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments