diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index b5ef070..378f7c1 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -68,4 +68,6 @@ jobs: max-tokens: 7000 - name: Comment - run: gh pr comment $PR_NUMBER --body "${{ steps.inference.outputs.response }}" + env: + RESPONSE: ${{ steps.inference.outputs.response }} + run: gh pr comment $PR_NUMBER --body "$RESPONSE"