streamthoughts/Setup Jikkou CLI

Sets up Jikkou CLI in your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
jikkou_versionThe version of Jikkou CLI to install. A value of `latest` will install the latest version of Jikkou CLI. Defaults to `latest`.nolatest
jikkou_configThe path to the Jikkou CLI config file. If set and file exist, Jikkou CLI will be configured through the `JIKKOUCONFIG` environment variable (Default: `./.jikkou/config.json`).no./.jikkou/config.json
jikkou_wrapperWhether or not to install a wrapper to wrap calls of the `jikkou` binary to expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.notrue
namedescription
stdoutSTDOUT of the Jikkou CLI execution call (only available if `jikkou-wrapper` is `true`).
stderrSTDERR of the Jikkou CLI execution call (only available if `jikkou-wrapper` is `true`).
exitcodeExit code of the Jikkou CLI execution call (only available if `jikkou-wrapper` is `true`).