Skip to content

Commit

Permalink
슬랙 이모지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 15, 2024
1 parent 36273a3 commit bd42b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
channel-id: ${{ env.PROGRESS_SLACK_CHANNEL }}
payload: |
{
"text": ":white_check_mark: *Gyeongdan FastAPI ${{ github.ref_name }}* 배포가 성공했습니다.",
"text": ":pedro: *Gyeongdan FastAPI ${{ github.ref_name }}* 배포가 성공했습니다.",
"blocks": [
{
"type": "section",
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
channel-id: ${{ env.PROGRESS_SLACK_CHANNEL }}
payload: |
{
"text": ":x: *Gyeongdan FastAPI ${{ github.ref_name }}* 배포가 실패했습니다.",
"text": ":typingcat: *Gyeongdan FastAPI ${{ github.ref_name }}* 배포가 실패했습니다.",
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit bd42b82

Please sign in to comment.