Skip to content

Commit 3313dc2

Browse files
authored
Update gemini-pr-review.yml
1 parent 720046c commit 3313dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Debug diff output
3333
run: echo "${{ steps.diff.outputs.DIFF }}"
3434

35-
- name: Set DIFF environment variable
36-
run: echo "INPUT_DIFF=${{ steps.diff.outputs.DIFF }}" >> $GITHUB_ENV
35+
- name: Base64 encode DIFF
36+
run: echo "INPUT_DIFF=$(echo "${{ steps.diff.outputs.DIFF }}" | base64)" >> $GITHUB_ENV
3737

3838
- name: Run Gemini review script
3939
env:

0 commit comments

Comments
 (0)