Skip to content

Commit

Permalink
Merge pull request #240 from AxonFramework/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…voxmedia/github-action-slack-notify-build-1.5.0

Bump voxmedia/github-action-slack-notify-build from 1.1.2 to 1.5.0
  • Loading branch information
smcvb committed Nov 16, 2022
2 parents 58f4c3c + 34590d9 commit 964b3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: success()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1.1.2
uses: voxmedia/github-action-slack-notify-build@v1.5.0
with:
channel_id: CAGSEC92A
status: SUCCESS
Expand All @@ -79,7 +79,7 @@ jobs:
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1.1.2
uses: voxmedia/github-action-slack-notify-build@v1.5.0
with:
channel_id: CAGSEC92A
status: FAILED
Expand Down

0 comments on commit 964b3b6

Please sign in to comment.