diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 731e3ca5..a4afa9e1 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -27,7 +27,7 @@ jobs: - name: Comment with AI summary run: | - gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}' + gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} ISSUE_NUMBER: ${{ github.event.issue.number }}