stakpak/Stakpak Agent
Install and setup Stakpak Agent for GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Stakpak to install (e.g., "v0.1.118", "latest") | no | latest |
| api_key | Stakpak API key for authentication | no | "" |
| install_only | Only install Stakpak CLI without configuring API key | no | false |
| cache_enabled | Enable caching of Stakpak binary | no | true |
| prompt | Prompt to run Stakpak Agent with | no | "" |
| max_steps | Maximum number of steps for Stakpak Agent execution | no | 20 |
| verbose | Enable verbose output for Stakpak Agent execution | no | true |
| workdir | Working directory for Stakpak Agent execution | no | "" |
| args | Additional arguments to pass to Stakpak Agent | no | "" |
Outputs
| name | description |
|---|---|
| version | The version of Stakpak CLI that was installed |
| path | Path to the installed Stakpak CLI binary |
| cache_hit | Whether the installation was restored from cache |