We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc3796 commit c919c3aCopy full SHA for c919c3a
.github/workflows/claude-code-review.yml
@@ -54,7 +54,7 @@ jobs:
54
-H "X-GitHub-Api-Version: 2022-11-28" \
55
/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/comments \
56
-f body='${BODY}' \
57
- -f commit_id="$GITHUB_SHA" \
+ -f commit_id="${{ github.event.pull_request.head.sha }}" \
58
-f path='${PATH}' \
59
-F line=${LINE} \
60
-f side='RIGHT'
0 commit comments