File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,13 @@ jobs:
5353 uses : rtCamp/action-slack-notify@v2
5454 env :
5555 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
56- SLACK_CHANNEL : ' #client-actions' # 알림을 받을 Slack 채널
56+ SLACK_CHANNEL : " #client-actions" # 알림을 받을 Slack 채널
5757 SLACK_MESSAGE : " ✅ CI 빌드 성공! PR: #${{ github.event.pull_request.number }} - `${{ github.event.pull_request.title }}`"
5858
5959 - name : Slack 알림 (빌드 실패)
6060 if : failure()
6161 uses : rtCamp/action-slack-notify@v2
6262 env :
6363 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
64- SLACK_CHANNEL : ' #client-actions'
64+ SLACK_CHANNEL : " #client-actions"
6565 SLACK_MESSAGE : " ❌ CI 빌드 실패! PR: #${{ github.event.pull_request.number }} - `${{ github.event.pull_request.title }}`"
66- SLACK_COLOR : ' danger'
You can’t perform that action at this time.
0 commit comments