Skip to content

Commit 65bc4ed

Browse files
committed
dev-inf: Fix Claude model names in GH action
Changed model names from invalid format (claude-sonnet-4-5-20250929) to correct Vertex AI format (claude-sonnet-4-5@20250929) with @ symbol. Epic: none Release note: none
1 parent ffa3a87 commit 65bc4ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-analyzer-threestage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
use_vertex: "true"
3838
claude_args: |
39-
--model claude-sonnet-4-5-20250929
39+
--model claude-sonnet-4-5@20250929
4040
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
4141
track_progress: true
4242
prompt: |
@@ -74,7 +74,7 @@ jobs:
7474
github_token: ${{ secrets.GITHUB_TOKEN }}
7575
use_vertex: "true"
7676
claude_args: |
77-
--model claude-4-5-sonnet-20250929
77+
--model claude-sonnet-4-5@20250929
7878
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
7979
track_progress: true
8080
prompt: |
@@ -113,7 +113,7 @@ jobs:
113113
github_token: ${{ secrets.GITHUB_TOKEN }}
114114
use_vertex: "true"
115115
claude_args: |
116-
--model claude-4-5-sonnet-20250929
116+
--model claude-sonnet-4-5@20250929
117117
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
118118
track_progress: true
119119
prompt: |
@@ -166,7 +166,7 @@ jobs:
166166
github_token: ${{ secrets.GITHUB_TOKEN }}
167167
use_vertex: "true"
168168
claude_args: |
169-
--model claude-4-5-sonnet-20250929
169+
--model claude-sonnet-4-5@20250929
170170
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
171171
prompt: |
172172
REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)