Skip to content

Commit

Permalink
Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Aug 28, 2023
1 parent 66b3db2 commit acbf423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-custom-component-dapr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-hana-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-sample-extension-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit acbf423

Please sign in to comment.