Fix quoting in claude_args for workflow

This commit is contained in:
km-anthropic
2025-08-12 12:26:35 -07:00
parent c9bad6e9cb
commit 0932e8cf26

View File

@@ -37,4 +37,4 @@ jobs:
You have access to mcp__github__ tools for creating and submitting reviews.
Create a review with constructive feedback and submit it as a COMMENT (not APPROVE).
claude_args: "--allowedTools mcp__github__*,Read,Grep,Glob"
claude_args: '--allowedTools "mcp__github__*,Read,Grep,Glob"'