We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62e383 commit 1a4e373Copy full SHA for 1a4e373
.github/workflows/deploy.yml
@@ -91,7 +91,7 @@ jobs:
91
"type": "header",
92
"text": {
93
"type": "plain_text",
94
- "text": "${{ steps.info.outputs.repository_name }} 버전 배포 실패 :rotating_light: (${{ job.status }})",
+ "text": "${{ steps.info.outputs.repository_name }} ${{ matrix.application }} (${{ env.API_STAGE }}) 배포 실패 :rotating_light: (${{ job.status }})",
95
"emoji": true
96
}
97
},
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
- "text": "${{ steps.info.outputs.repository_name }} 버전 배포 성공 :tada:",
+ "text": "${{ steps.info.outputs.repository_name }} ${{ matrix.application }} (${{ env.API_STAGE }}) 배포 성공 :tada:",
127
128
129
0 commit comments