From 1e9ea49f7ac20d32bceaedda8936bde5b4b2295a Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Thu, 22 May 2025 09:15:14 -0700 Subject: [PATCH] Update README example to use model parameter instead of anthropic_model --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad88e9..d64d102 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Both AWS Bedrock and GCP Vertex AI require OIDC authentication. - uses: anthropics/claude-code-action@beta with: - anthropic_model: "claude-3-7-sonnet@20250219" + model: "claude-3-7-sonnet@20250219" use_vertex: "true" # ... other inputs