Update README example to use model parameter instead of anthropic_model

This commit is contained in:
Lina Tawfik 2025-05-22 09:15:14 -07:00
parent 08e084156a
commit 1e9ea49f7a
No known key found for this signature in database

View File

@ -348,7 +348,7 @@ Both AWS Bedrock and GCP Vertex AI require OIDC authentication.
- uses: anthropics/claude-code-action@beta - uses: anthropics/claude-code-action@beta
with: with:
anthropic_model: "claude-3-7-sonnet@20250219" model: "claude-3-7-sonnet@20250219"
use_vertex: "true" use_vertex: "true"
# ... other inputs # ... other inputs