cagataycali/Strands Coder
Run Strands Agents in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 14, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cagataycali/strands-coder@0bd2017fda86109d465a9f9e53113463d4839549 # v1.4.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | Task for the AI agent to perform | yes | — |
| provider | AI provider (bedrock, github, openai, anthropic) | no | bedrock |
| model | Model ID (e.g., us.anthropic.claude-sonnet-4-5-20250929-v1:0) | no | us.anthropic.claude-sonnet-4-5-20250929-v1:0 |
| tools | Tool config string (e.g., strands_tools:shell,file_read;strands_action:gist) | no | "" |
| system_prompt | System prompt | no | "" |
| max_tokens | Maximum tokens for model response | no | 10000 |
| mcp_servers | MCP servers config JSON (e.g., {"mcpServers": {...}}) | no | "" |
| agent_runner | Custom agent runner URL (falls back to AGENT_RUNNER variable) | no | "" |
| dependencies | Custom pip dependencies (space-separated) | no | "" |
| git_user_name | Git user name for commits | no | "" |
| git_user_email | Git user email for commits | no | "" |
| skip_git_config | Skip git configuration (set to "true" to skip) | no | false |
| additional_request_fields | Additional request fields JSON (e.g., {"thinking": {"type": "enabled"}}) | no | "" |
| aws_role_arn | AWS role ARN for OIDC authentication (required for bedrock provider) | no | "" |
| aws_region | AWS region for Bedrock | no | us-west-2 |
Outputs
no outputs