diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..59fb380 Binary files /dev/null and b/.DS_Store differ 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 diff --git a/action.yml b/action.yml index f35e314..20b84f1 100644 --- a/action.yml +++ b/action.yml @@ -101,7 +101,7 @@ runs: allowed_tools: ${{ env.ALLOWED_TOOLS }} disallowed_tools: ${{ env.DISALLOWED_TOOLS }} timeout_minutes: ${{ inputs.timeout_minutes }} - anthropic_model: ${{ inputs.model || inputs.anthropic_model }} + model: ${{ inputs.model || inputs.anthropic_model }} mcp_config: ${{ steps.prepare.outputs.mcp_config }} use_bedrock: ${{ inputs.use_bedrock }} use_vertex: ${{ inputs.use_vertex }} diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..10a9e37 Binary files /dev/null and b/src/.DS_Store differ