Skip to content

Commit

Permalink
fix(code-review.yml): 코드 리뷰 comment 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaegii committed Aug 5, 2024
1 parent 035f5f2 commit e03f02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Code Review Response:\n\n${response}\n\nDiff:\n\`\`\`diff\n${diff}\n\`\`\``
body: `${response}`
});

0 comments on commit e03f02f

Please sign in to comment.