Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Bump rtCamp/action-slack-notify from v2.1.0 to v2.1.1 #375

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
env:
SLACK_TITLE: ERROR Github Msg
SLACK_COLOR: '#ee0000'
Expand Down