From 6296e7e7dbc102a34d769c39309c6e746f2ddb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 05:23:38 +0000 Subject: [PATCH] Bump rtCamp/action-slack-notify from v2.1.0 to v2.1.3 Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) from v2.1.0 to v2.1.3. - [Release notes](https://github.com/rtCamp/action-slack-notify/releases) - [Commits](https://github.com/rtCamp/action-slack-notify/compare/v2.1.0...f565a63638bd3615e76249bffab00fcb9dab90f7) Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ec2e62738..d96b9aef7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Build failed Notification if: failure() - uses: rtCamp/action-slack-notify@v2.1.0 + uses: rtCamp/action-slack-notify@v2.1.3 env: SLACK_TITLE: ERROR Github Msg SLACK_COLOR: '#ee0000'