File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294294 steps :
295295 - name : Notify Slack
296296 id : main_message
297- uses : slackapi/slack-github-action@v2.1.0
297+ uses : slackapi/slack-github-action@v2
298298 with :
299299 method : chat.postMessage
300300 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -326,7 +326,7 @@ jobs:
326326
327327 - name : Test summary thread
328328 if : success()
329- uses : slackapi/slack-github-action@v2.1.0
329+ uses : slackapi/slack-github-action@v2
330330 with :
331331 method : chat.postMessage
332332 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 4646
4747 - name : Notify Slack
4848 if : always() && github.repository == 'linode/linode-cli' # Run even if integration tests fail and only on main repository
49- uses : slackapi/slack-github-action@v2.1.0
49+ uses : slackapi/slack-github-action@v2
5050 with :
5151 method : chat.postMessage
5252 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Notify Slack - Main Message
1313 id : main_message
14- uses : slackapi/slack-github-action@v2.1.0
14+ uses : slackapi/slack-github-action@v2
1515 with :
1616 method : chat.postMessage
1717 token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments