We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3f61c commit 95d348bCopy full SHA for 95d348b
1 file changed
.github/workflows/bug-report-reproduction-check.yml
@@ -42,7 +42,7 @@ jobs:
42
if: contains(join(github.event.issue.labels.*.name, ','), 'bug') && steps.analyze-issue.outputs.response != 'pass'
43
uses: actions/github-script@v7
44
env:
45
- AI_RESPONSE: steps.analyze-issue.outputs.response
+ AI_RESPONSE: ${{ steps.analyze-issue.outputs.response }}
46
with:
47
script: |
48
await github.rest.issues.createComment({
0 commit comments