mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Fix quoting in claude_args for workflow
This commit is contained in:
2
.github/workflows/claude-auto-review.yml
vendored
2
.github/workflows/claude-auto-review.yml
vendored
@@ -37,4 +37,4 @@ jobs:
|
|||||||
You have access to mcp__github__ tools for creating and submitting reviews.
|
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).
|
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"'
|
||||||
Reference in New Issue
Block a user