From f9e92a799bcd6057b6ccb3e188a04ca6e28abd2c Mon Sep 17 00:00:00 2001 From: leeeeeyeon Date: Wed, 4 Sep 2024 15:28:35 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reusable-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-cd.yml b/.github/workflows/reusable-cd.yml index 254d44b..7ee9081 100644 --- a/.github/workflows/reusable-cd.yml +++ b/.github/workflows/reusable-cd.yml @@ -95,7 +95,7 @@ jobs: uses: rtCamp/action-slack-notify@v2 env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_CHANNEL: $ {{ secrets.SLACK_CHANNEL }} + SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_COLOR: ${{ job.status }} SLACK_TITLE: ${{ env.SLACK_PROFILE }} 서버 변경 사항 SLACK_MESSAGE: ${{ github.workflow }}