From 48e6a07e54a5dba2ee79087168371a9244a01d66 Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:10:31 +0800 Subject: [PATCH] Update summary.yml --- .github/workflows/summary.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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