diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 688e5318d..08d9a41c4 100755 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -30,9 +30,8 @@ jobs: Body: ${{ github.event.issue.body }} - name: Comment with AI summary - run: | - gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}' env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ISSUE_NUMBER: ${{ github.event.issue.number }} RESPONSE: ${{ steps.inference.outputs.response }} + ISSUE_NUMBER: ${{ github.event.issue.number }} + run: | + gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE" \ No newline at end of file