Skip to content

Commit 927c837

Browse files
committed
Update slack message
1 parent 53c599c commit 927c837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6565
SLACK_USERNAME: 'Github Actions'
6666
SLACK_ICON: 'https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png'
67-
SLACK_MESSAGE: '벨로그 웹 클라이언트 배포가 끝났어요! :rocket:'
67+
SLACK_MESSAGE: '*stage: dev* - 벨로그 웹 클라이언트 배포가 끝났어요! :rocket:'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6363
SLACK_USERNAME: 'Github Actions'
6464
SLACK_ICON: 'https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png'
65-
SLACK_MESSAGE: '벨로그 웹 클라이언트 배포가 끝났어요! :rocket:'
65+
SLACK_MESSAGE: '*stage: production* - 벨로그 웹 클라이언트 배포가 끝났어요! :rocket:'

0 commit comments

Comments
 (0)