Skip to content

Commit

Permalink
Update cicd-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0sunset0 authored Jan 19, 2024
1 parent 6c2ca92 commit a87e803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
curl -X POST -H "Content-Type: application/json" -d '{
"body": "PR 빌드 및 테스트 결과: '${{ job.status }}'",
"connectColor": "'${{ job.status == 'success' ? '#2ECC71' : '#FF6347' }}'",
"connectColor": `${job.status === 'success' ? '#2ECC71' : '#FF6347'}`,
"connectBlocks": [
{
"type": "section",
Expand Down

0 comments on commit a87e803

Please sign in to comment.