Skip to content

Commit

Permalink
ci: 슬랙 channel 호출이 안 되는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Dec 8, 2023
1 parent 9e988b9 commit ed7f9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_suggestion_pr_decorator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SLACK_MESSAGE+="> \n>\n>*PR 제목*\n>"
SLACK_MESSAGE+="${{ github.event.pull_request.title }}"
SLACK_MESSAGE+="\n>\n>*리뷰어*\n>"
SLACK_MESSAGE+="<@channel>"
SLACK_MESSAGE+="<!channel>"
SLACK_MESSAGE+='"}}]}'
curl -X POST ${{ secrets.SLACK_WEBHOOK }} -d "${SLACK_MESSAGE}"
Expand Down

0 comments on commit ed7f9fa

Please sign in to comment.