Skip to content

Commit

Permalink
fix(*): Comment MSG PR 링크 수정 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo authored Jun 24, 2024
1 parent 80f530b commit fc78a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
{
attachments: [{
color: '${{ job.status }}' === 'success' ? 'good' : '${{ job.status }}' === 'failure' ? 'danger' : 'warning',
text: `${process.env.AS_PULL_REQUEST}에서 ${{ steps.map_to_slack_ids.outputs.slack_mentions }} 님을 언급했습니다.
text: `${process.env.AS_PULL_REQUEST} 에서 ${{ steps.map_to_slack_ids.outputs.slack_mentions }} 님을 언급했습니다.
꼭 나중에 들어가서 확인하기!
메시지: ${{ github.event.comment.body }}`,
}]
Expand Down

0 comments on commit fc78a1e

Please sign in to comment.