Skip to content

Commit

Permalink
Merge pull request #49 from happyprime/dependabot/github_actions/rtCa…
Browse files Browse the repository at this point in the history
…mp/action-slack-notify-2.2.1
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
2 parents af77a15 + b08a88f commit 91a6d3c
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 @@ -32,7 +32,7 @@ jobs:
TARGET: ${{ secrets.REMOTE_TARGET }}
- name: Send deployment notification to Happy Prime Slack
if: success()
uses: rtCamp/action-slack-notify@v2.0.0
uses: rtCamp/action-slack-notify@v2.2.1
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_ICON: https://github.com/happyprime.png
Expand All @@ -42,7 +42,7 @@ jobs:
SLACK_MESSAGE: 'The theme for happyprime.co has been deployed :rocket:'
- name: Send error notification to Happy Prime Slack
if: failure()
uses: rtCamp/action-slack-notify@v2.0.0
uses: rtCamp/action-slack-notify@v2.2.1
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_ICON: https://github.com/happyprime.png
Expand Down

0 comments on commit 91a6d3c

Please sign in to comment.