Skip to content

Commit 6c3140a

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] <support@github.com>
1 parent c7f91ad commit 6c3140a

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
@@ -91,7 +91,7 @@ jobs:
9191
retention-days: 15
9292
- name: Send Slack alert notification
9393
if: ${{ failure() }}
94-
uses: slackapi/slack-github-action@v2.1.0
94+
uses: slackapi/slack-github-action@v2.1.1
9595
with:
9696
method: chat.postMessage
9797
token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)