Skip to content

Commit bc01bb7

Browse files
committed
chore: sync Claude dispatcher from monorepo
1 parent e93688b commit bc01bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
client-payload: |
3939
{
4040
"issue_number": "${{ github.event.issue.number }}",
41-
"issue_title": "${{ toJSON(github.event.issue.title) }}",
41+
"issue_title": ${{ toJSON(github.event.issue.title) }},
4242
"issue_body": ${{ toJSON(github.event.issue.body) }},
4343
"comment_body": ${{ toJSON(github.event.comment.body || github.event.review.body) }},
4444
"issue_url": "${{ github.event.issue.html_url }}",

0 commit comments

Comments
 (0)