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 720046c commit 3313dc2Copy full SHA for 3313dc2
.github/workflows/gemini-pr-review.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Debug diff output
33
run: echo "${{ steps.diff.outputs.DIFF }}"
34
35
- - name: Set DIFF environment variable
36
- run: echo "INPUT_DIFF=${{ steps.diff.outputs.DIFF }}" >> $GITHUB_ENV
+ - name: Base64 encode DIFF
+ run: echo "INPUT_DIFF=$(echo "${{ steps.diff.outputs.DIFF }}" | base64)" >> $GITHUB_ENV
37
38
- name: Run Gemini review script
39
env:
0 commit comments