Skip to content

Commit 1a4e373

Browse files
committed
fix: 배포 슬랙 알림을 좀 더 디테일하게 수정
1 parent c62e383 commit 1a4e373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
"type": "header",
9292
"text": {
9393
"type": "plain_text",
94-
"text": "${{ steps.info.outputs.repository_name }} 버전 배포 실패 :rotating_light: (${{ job.status }})",
94+
"text": "${{ steps.info.outputs.repository_name }} ${{ matrix.application }} (${{ env.API_STAGE }}) 배포 실패 :rotating_light: (${{ job.status }})",
9595
"emoji": true
9696
}
9797
},
@@ -123,7 +123,7 @@ jobs:
123123
"type": "header",
124124
"text": {
125125
"type": "plain_text",
126-
"text": "${{ steps.info.outputs.repository_name }} 버전 배포 성공 :tada:",
126+
"text": "${{ steps.info.outputs.repository_name }} ${{ matrix.application }} (${{ env.API_STAGE }}) 배포 성공 :tada:",
127127
"emoji": true
128128
}
129129
},

0 commit comments

Comments
 (0)