From 91e2a1bca413880d70c646beb8301632fbf5b17e Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 24 Dec 2025 03:38:37 +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 e78610d7e..d522abaa4 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -191,7 +191,7 @@ jobs: uses: actions/github-script@v7 with: script: | - const analysis = ${{ steps.analyze.outputs.result }}; + const analysis = JSON.parse('${{ steps.analyze.outputs.result }}'); let labels = [];