Skip to content

Commit

Permalink
�fix: 배포 성공 슬랙 알림 전송 메시지 포맷 변경 (#287)
Browse files Browse the repository at this point in the history
* fix: SLACK_USERNAME, SLACK_ICON 추가

* fix: SLACK_TITLE, SLACK_MESSAGE 변경
  • Loading branch information
leeeeeyeon authored Sep 4, 2024
1 parent f9e92a7 commit 847e89f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
SLACK_COLOR: ${{ job.status }}
SLACK_TITLE: ${{ env.SLACK_PROFILE }} 서버 변경 사항
SLACK_MESSAGE: ${{ github.workflow }}
SLACK_USERNAME: API 서버를 업데이트 했어요
SLACK_ICON: https://i.pinimg.com/236x/86/ac/ae/86acaefa1fff543ad4b49ed39a2f38bc.jpg
SLACK_TITLE: 🎁 ${{ env.SLACK_PROFILE }} 서버 변경 사항 🎁
SLACK_MESSAGE: ${{ github.event.head_commit.message }}

0 comments on commit 847e89f

Please sign in to comment.