Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 (#8996)
GitOrigin-RevId: 86c82958f52f4082a09fd77e154df9c3b9ac9524
This commit is contained in:
parent
95c4683c56
commit
5e5b6f95d3
|
@ -128,7 +128,7 @@ jobs:
|
|||
steps:
|
||||
- name: Post to a Slack channel
|
||||
id: slack
|
||||
uses: slackapi/slack-github-action@v2.1.0
|
||||
uses: slackapi/slack-github-action@v2.1.1
|
||||
with:
|
||||
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
webhook-type: webhook-trigger
|
||||
|
|
|
@ -408,7 +408,7 @@ jobs:
|
|||
steps:
|
||||
- name: Post to a Slack channel
|
||||
id: slack
|
||||
uses: slackapi/slack-github-action@v2.1.0
|
||||
uses: slackapi/slack-github-action@v2.1.1
|
||||
with:
|
||||
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
webhook-type: webhook-trigger
|
||||
|
|
Loading…
Reference in New Issue