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 ae02188 commit b24a267Copy full SHA for b24a267
.github/workflows/gemini-pr-review.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
GH_TOKEN: ${{ github.token }}
29
run: |
30
- gh pr diff ${{ github.event.pull_request.number }} > diff.txt
+ gh pr diff ${{ github.event.pull_request.number }} | sed '1,8d' > diff.txt # Remove the first 8 lines
31
echo "DIFF=$(cat diff.txt)" >> $GITHUB_OUTPUT
32
33
- name: Debug diff output
0 commit comments