From 0932e8cf26ca8ce047f22375fa6cc7f7bdbc58fb Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 12 Aug 2025 12:26:35 -0700 Subject: [PATCH] Fix quoting in claude_args for workflow --- .github/workflows/claude-auto-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 9565f83..9ea74bb 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -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" \ No newline at end of file + claude_args: '--allowedTools "mcp__github__*,Read,Grep,Glob"' \ No newline at end of file