Skip to content

Commit

Permalink
fix presubmit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Stanga committed Nov 21, 2024
1 parent 93d79a4 commit a49607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pull_request_comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function handlePullRequestComment() {
await octokit.pulls.createReviewComment({
...context.repo,
pull_number: pull_request.number,
commit_id: pull_request.headSha,
commit_id: pull_request.head.sha,
path: commentThread.file,
body: response.response_comment,
in_reply_to: commentThread.comments[0].id,
Expand Down

0 comments on commit a49607d

Please sign in to comment.