Skip to content

Commit

Permalink
[CHORE] 디스코드 알림 봇 수정 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Apr 17, 2024
1 parent 213c552 commit e98658d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:

- name: Discord 알림 봇
uses: sarisia/actions-status-discord@v1
if: always()
if: ${{ failure() }}
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
title: ❗️ Backend CI failed ❗️
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: FFFF00
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:

- name: Discord 알림 봇
uses: sarisia/actions-status-discord@v1
if: always()
if: ${{ failure() }}
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
title: ❗️ Backend CD failed ❗️
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: FF0000

0 comments on commit e98658d

Please sign in to comment.