actions-marketplace-validations/Setup Wren CLI
This action sets up a wren CLI to run wren scripts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 12, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fabasoad_setup-wren-action@a23a2ae6ffef75887e986aeea262f1dfcbb9f2f1 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | wren CLI version. Defaults to the latest version. | no | latest |
| force | If "false" skips installation if wren CLI is already installed. If "true" installs wren CLI in any case. Defaults to "false". | no | false |
| github-token | GitHub token that is used to send requests to GitHub API such as getting latest release. Defaults to the token provided by GitHub Actions environment. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| installed | Whether wren CLI was installed or not. |