From ab04ad30f1734ec7c5159fb355a652201ef4891e Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Sun, 19 Oct 2025 00:39:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=20AI=20Issue=20He?= =?UTF-8?q?lper=20=E7=9A=84=E6=95=B0=E6=8D=AE=E8=A7=A3=E6=9E=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-issue-helper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-issue-helper.yml b/.github/workflows/ai-issue-helper.yml index ba3ea182..9fcfc268 100644 --- a/.github/workflows/ai-issue-helper.yml +++ b/.github/workflows/ai-issue-helper.yml @@ -48,10 +48,10 @@ jobs: prompt: | 用户在 Issue #${{ github.event.issue.number }} 中请求帮助。 - Issue 标题:${{ steps.issue.outputs.result.title }} + Issue 标题:${{ fromJSON(steps.issue.outputs.result).title }} Issue 内容: - ${{ steps.issue.outputs.result.body }} + ${{ fromJSON(steps.issue.outputs.result).body }} 用户评论: ${{ github.event.comment.body }}