The whole hunk
from line 16, old and new numbered
/
lines
from line 16
1616* **Google Cloud's Agent Platform**: `use_vertex: "true"`
1717* **Microsoft Foundry**: `use_foundry: "true"`
1818
19The following snippet shows the input in place for Amazon Bedrock. You don't need to edit a workflow yet, because the complete workflow examples later on this page already include the input for each provider.
20
21```yaml theme={null}
22- uses: anthropics/claude-code-action@v1
23 with:
24 use_bedrock: "true"
25```
19The complete workflow examples under [Set up the integration](#set-up-the-integration) already include the input for each provider.
2620
2721## Prerequisites
2822