diff --git a/workflows/bug-reproduction-check/bug-reproduction-check.yml b/workflows/bug-reproduction-check/bug-reproduction-check.yml index 9d7e21c..c5b59a2 100644 --- a/workflows/bug-reproduction-check/bug-reproduction-check.yml +++ b/workflows/bug-reproduction-check/bug-reproduction-check.yml @@ -49,7 +49,7 @@ jobs: if: contains(join(github.event.issue.labels.*.name, ','), 'bug') && steps.analyze-issue.outputs.response != 'pass' uses: actions/github-script@v7 env: - AI_RESPONSE: steps.analyze-issue.outputs.response + AI_RESPONSE: ${{ steps.analyze-issue.outputs.response }} with: script: | const issue_number = context.issue.number