Skip to content

Commit 9196436

Browse files
fix: use --model haiku alias instead of pinned model ID
1 parent a14e9ae commit 9196436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
github_token: ${{ secrets.GITHUB_TOKEN }}
7979
allowed_non_write_users: "*"
8080
claude_args: |
81-
--model claude-haiku-4-5-20251001
81+
--model haiku
8282
8383
# Check new issues for duplicates
8484
deduplicate-issue:
@@ -138,4 +138,4 @@ jobs:
138138
github_token: ${{ secrets.GITHUB_TOKEN }}
139139
allowed_non_write_users: "*"
140140
claude_args: |
141-
--model claude-haiku-4-5-20251001
141+
--model haiku

0 commit comments

Comments
 (0)