Skip to content

Commit 3eeb33a

Browse files
Bump slackapi/slack-github-action from 2.1.0 to 2.1.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9982049 commit 3eeb33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Send Slack alert notification
7373
id: slack
7474
if: ${{ failure() }}
75-
uses: slackapi/[email protected].0
75+
uses: slackapi/[email protected].1
7676
env:
7777
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
7878
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}

0 commit comments

Comments
 (0)