Skip to content

Commit 9490d9e

Browse files
⬆️ Bump slackapi/slack-github-action from 2.0.0 to 2.1.0 (#10)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 301f99f commit 9490d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
5252
- name: Post message to ${{ inputs.slack-channel-name }} Slack channel
5353
if: success()
54-
uses: slackapi/slack-github-action@v2.0.0
54+
uses: slackapi/slack-github-action@v2.1.0
5555
with:
5656
payload-file-path: './flaky_tests.json'
5757
webhook: ${{ inputs.slack-incoming-webhooks-url }}

0 commit comments

Comments
 (0)