From 9f2b410258a00da9499ecc060b97a627f504ca14 Mon Sep 17 00:00:00 2001 From: Dabeen Jeong Date: Mon, 29 Jan 2024 23:18:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cicd-be.yml=20=EB=AC=B8=EB=B2=95=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-be.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd-be.yml b/.github/workflows/cicd-be.yml index 362c33fc..c58239c6 100644 --- a/.github/workflows/cicd-be.yml +++ b/.github/workflows/cicd-be.yml @@ -50,7 +50,7 @@ jobs: uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} - author_name: [CI/CD] 백엔드 빌드 실패 + author_name: "[CI/CD] 백엔드 빌드 실패" fields: repo, message, commit, author, action, eventName, ref, workflow, job, took env: SLACK_COLOR: '#FF2D00' @@ -90,7 +90,7 @@ jobs: uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} - author_name: [CI/CD] 백엔드 배포 실패 + author_name: "[CI/CD] 백엔드 배포 실패" fields: repo, message, commit, author, action, eventName, ref, workflow, job, took env: SLACK_COLOR: '#FF2D00' @@ -103,7 +103,7 @@ jobs: uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} - author_name: [CI/CD] 백엔드 배포 성공 + author_name: "[CI/CD] 백엔드 배포 성공" fields: repo, message, commit, author, action, eventName, ref, workflow, job, took env: SLACK_COLOR: '#0019F4'