Skip to content

Commit c919c3a

Browse files
committed
Change env var
1 parent 7fc3796 commit c919c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-H "X-GitHub-Api-Version: 2022-11-28" \
5555
/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/comments \
5656
-f body='${BODY}' \
57-
-f commit_id="$GITHUB_SHA" \
57+
-f commit_id="${{ github.event.pull_request.head.sha }}" \
5858
-f path='${PATH}' \
5959
-F line=${LINE} \
6060
-f side='RIGHT'

0 commit comments

Comments
 (0)