Skip to content

Commit

Permalink
fix: 채널 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo committed Jun 24, 2024
1 parent 069130d commit fd49009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
response=$(curl -X POST -H "Authorization: Bearer ${{ secrets.SLACK_BOT_TOKEN }}" -H "Content-type: application/json" \
--data '{
"channel": "#general",
"channel": "C079A5A8BL0",
"text": "PR 알림",
"blocks": [
{
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
ts="${{ steps.send_pr_notification.outputs.ts }}"
curl -X POST -H "Authorization: Bearer ${{ secrets.SLACK_BOT_TOKEN }}" -H "Content-type: application/json" \
--data '{
"channel": "#general",
"channel": "C079A5A8BL0",
"thread_ts": "'$ts'",
"text": "'${{ steps.map_to_slack_ids.outputs.slack_mentions }}' 님을 언급했습니다.
꼭 나중에 들어가서 확인하기!
Expand Down

0 comments on commit fd49009

Please sign in to comment.