Skip to content

Commit

Permalink
fix: cicd-be.yml 문법 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 authored Jan 29, 2024
1 parent 4b33265 commit e03bfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit e03bfd1

Please sign in to comment.