-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
66b3db2
commit acbf423
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
make build-image | ||
popd | ||
- name: Slack Notify | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].1 | ||
if: ${{ failure() }} | ||
env: | ||
SLACK_MESSAGE: 'Build Failed for ${{ env.SAMPLE_NAME }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
make build-image | ||
popd | ||
- name: Slack Notify | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].1 | ||
if: ${{ failure() }} | ||
env: | ||
SLACK_MESSAGE: 'Build Failed for ${{ env.SAMPLE_NAME }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
make build-image | ||
popd | ||
- name: Slack Notify | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].1 | ||
if: ${{ failure() }} | ||
env: | ||
SLACK_MESSAGE: 'Build Failed for ${{ env.SAMPLE_NAME }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Gradle Build and then Build the Docker image | ||
run: make build-image | ||
- name: Slack Notify | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].1 | ||
if: ${{ failure() }} | ||
env: | ||
SLACK_MESSAGE: 'Build Failed for ${{ env.SAMPLE_NAME }}' | ||
|