actions-marketplace-validations/pi GitHub Action
Run the pi coding agent (pi.dev) in GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| provider | LLM provider (e.g. anthropic, openai, google, zai, etc.) | yes | — |
| model | Model to use (e.g. claude-sonnet-4-5, gpt-4o, gemini-2.5-pro, glm-4.7) | yes | — |
| token | API token for the LLM provider | yes | — |
| thinking_level | Thinking level (e.g. off, low, medium, high) | no | off |
| prompt | Optional prompt to send to the agent. When provided, the trigger phrase is not required and the prompt is used as-is (useful for non-interactive workflows). Falls back to extracting the prompt from the triggering comment if not set. | no | — |
| trigger | Trigger phrase for the pi agent (e.g. /pi) | no | /pi |
| extensions | Custom Pi extensions to load (one per line). Supports npm packages (npm:package-name), git repos (git:github.com/user/repo), or local file paths. | no | "" |
Outputs
no outputs