Skip to content

Commit c7eb8b9

Browse files
fix: remove quotes from allowedTools in deduplicate-issue claude_args
1 parent fd46082 commit c7eb8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122
github_token: ${{ secrets.GITHUB_TOKEN }}
123123
allowed_non_write_users: "*"
124124
claude_args: |
125-
--model claude-haiku-4-5-20251001 --allowedTools "mcp__github__get_issue,mcp__github__search_issues,mcp__github__list_issues,mcp__github__create_issue_comment,mcp__github__update_issue,mcp__github__get_issue_comments"
125+
--model claude-haiku-4-5-20251001 --allowedTools mcp__github__get_issue,mcp__github__search_issues,mcp__github__list_issues,mcp__github__create_issue_comment,mcp__github__update_issue,mcp__github__get_issue_comments

0 commit comments

Comments
 (0)