useblocks/ubc
Downloads and installs a specific version of the ubc CLI tool and adds it to the PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of the ubc CLI to install (e.g., 0.27.0). Use "latest" for the latest version. | no | 0.27.0 |
| license-key | The ubCode license key. Recommended to be passed via secrets. | no | — |
| license-user | The ubCode license user. Recommended to be passed via secrets. | no | — |
| working-directory | The working directory to run the ubc command in. Defaults to the current directory. | no | ${{ github.workspace}} |
| args | Arguments to pass to the ubc command. If provided, ubc will be executed with these arguments. | no | — |
Outputs
no outputs