Skip to content

Commit 33c99e8

Browse files
authored
Merge of #713
2 parents a34169d + 987d987 commit 33c99e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/claude-mentions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ jobs:
7777

7878
- name: Run Claude Code Action
7979
if: steps.check.outputs.is_member == 'true'
80+
timeout-minutes: 15
8081
uses: anthropics/claude-code-action@v1
8182
with:
8283
github_token: ${{ steps.app-token.outputs.token }}
8384
use_bedrock: "true"
84-
claude_args: "--model us.anthropic.claude-sonnet-4-5-20250929-v1:0 --max-turns 50"
85+
claude_args: |
86+
--max-turns 50
87+
--model us.anthropic.claude-sonnet-4-5-20250929-v1:0

0 commit comments

Comments
 (0)