We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd6e79 commit bf968e7Copy full SHA for bf968e7
.github/workflows/dockerhub-release.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: The release was successful
107
id: slack-success
108
if: needs.promote-latest.result == 'success'
109
- uses: slackapi/slack-github-action@v2.0.0
+ uses: slackapi/slack-github-action@v2.1.0
110
with:
111
webhook-type: incoming-webhook
112
webhook: ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}
@@ -116,7 +116,7 @@ jobs:
116
- name: The release was not successful
117
id: slack-failure
118
if: needs.promote-latest.result != 'success'
119
120
121
122
0 commit comments