Skip to content

Commit 178aff6

Browse files
committed
[chore/#1] 채널명 변경
1 parent 9a73034 commit 178aff6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ace_build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)