Update .github/workflows/code-review.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-12-24 03:39:02 +00:00
committed by GitHub
parent 6dafe95244
commit fa193101f6

View File

@@ -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`;