Skip to content

Commit b24a267

Browse files
authored
Update gemini-pr-review.yml
1 parent ae02188 commit b24a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GH_TOKEN: ${{ github.token }}
2929
run: |
30-
gh pr diff ${{ github.event.pull_request.number }} > diff.txt
30+
gh pr diff ${{ github.event.pull_request.number }} | sed '1,8d' > diff.txt # Remove the first 8 lines
3131
echo "DIFF=$(cat diff.txt)" >> $GITHUB_OUTPUT
3232
3333
- name: Debug diff output

0 commit comments

Comments
 (0)