From fa193101f60021c1de67eec9affc982b17fd75c9 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 24 Dec 2025 03:39:02 +0000 Subject: [PATCH] Update .github/workflows/code-review.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index ca3e30116..6ce28c802 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -119,7 +119,7 @@ jobs: uses: actions/github-script@v7 with: script: | - const analysis = ${{ steps.analyze.outputs.result }}; + const analysis = JSON.parse('${{ steps.analyze.outputs.result }}'); let comment = '## 🤖 Automated Code Review\n\n'; comment += `**Changes Summary:**\n`;