Skip to content

Commit 8166ab1

Browse files
Update slackapi/slack-github-action action to v2.1.1 (#1632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7575abf commit 8166ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: The release was successful
107107
id: slack-success
108108
if: needs.promote-latest.result == 'success'
109-
uses: slackapi/[email protected].0
109+
uses: slackapi/[email protected].1
110110
with:
111111
webhook-type: incoming-webhook
112112
webhook: ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}
@@ -116,7 +116,7 @@ jobs:
116116
- name: The release was not successful
117117
id: slack-failure
118118
if: needs.promote-latest.result != 'success'
119-
uses: slackapi/[email protected].0
119+
uses: slackapi/[email protected].1
120120
with:
121121
webhook-type: incoming-webhook
122122
webhook: ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}

0 commit comments

Comments
 (0)