Skip to content

Commit 1c2494e

Browse files
committed
fix potential bug in workflow
1 parent dce810c commit 1c2494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bug-reproduction-instructions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: contains(join(github.event.issue.labels.*.name, ','), 'bug') && steps.analyze-issue.outputs.response != 'pass'
5353
uses: actions/github-script@v7
5454
env:
55-
AI_RESPONSE: steps.analyze-issue.outputs.response
55+
AI_RESPONSE: ${{ steps.analyze-issue.outputs.response }}
5656
with:
5757
script: |
5858
const issue_number = context.issue.number

0 commit comments

Comments
 (0)