Skip to content

Commit eb5b8ed

Browse files
chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 (#2934)
* chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.26.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fix breaking change See https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel de la Peña <[email protected]>
1 parent cc55f13 commit eb5b8ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-moby-latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ jobs:
7070
- name: Notify to Slack on failures
7171
if: failure()
7272
id: slack
73-
uses: slackapi/slack-github-action@v1.26.0
73+
uses: slackapi/slack-github-action@v2.0.0
7474
with:
75+
payload-templated: true
7576
payload-file-path: "./payload-slack-content.json"
7677
env:
7778
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOCKER_LATEST_WEBHOOK }}

0 commit comments

Comments
 (0)