Skip to content

Commit 95d348b

Browse files
authored
fix(workflow): fix bug report reproduction check workflow configuration (#2037)
1 parent 8e3f61c commit 95d348b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bug-report-reproduction-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: contains(join(github.event.issue.labels.*.name, ','), 'bug') && steps.analyze-issue.outputs.response != 'pass'
4343
uses: actions/github-script@v7
4444
env:
45-
AI_RESPONSE: steps.analyze-issue.outputs.response
45+
AI_RESPONSE: ${{ steps.analyze-issue.outputs.response }}
4646
with:
4747
script: |
4848
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)