Skip to content

Commit 54e347b

Browse files
committed
fix(workflow): correct indentation in bug report reproduction workflow
Fix the YAML indentation for the github-script action to properly format the comment response in the bug report workflow.
1 parent 988bce6 commit 54e347b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
uses: actions/github-script@v7
4444
env:
4545
AI_RESPONSE: steps.analyze-issue.outputs.response
46-
with:
47-
script: |
48-
await github.rest.issues.createComment({
49-
owner: context.repo.owner,
50-
repo: context.repo.repo,
51-
issue_number: context.issue.number,
52-
body: process.env.AI_RESPONSE
53-
})
46+
with:
47+
script: |
48+
await github.rest.issues.createComment({
49+
owner: context.repo.owner,
50+
repo: context.repo.repo,
51+
issue_number: context.issue.number,
52+
body: process.env.AI_RESPONSE
53+
})

0 commit comments

Comments
 (0)