Skip to content

Commit

Permalink
Update slackapi/slack-github-action action to v1.27.1 (#1462)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 9a31e8e commit c697ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: The release was successful
id: slack-success
if: needs.promote-latest.result == 'success'
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand All @@ -117,7 +117,7 @@ jobs:
- name: The release was not successful
id: slack-failure
if: needs.promote-latest.result != 'success'
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down

0 comments on commit c697ac7

Please sign in to comment.