runxhq/Runx Governed Skill
Run a governed runx skill in GitHub Actions and expose the receipt-producing command output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skill | Skill ref, skill directory, or SKILL.md path to pass to `runx skill`. | yes | — |
| args | Additional `runx skill` arguments, one shell token per line. | no | "" |
| json | Append `--json` to the runx skill invocation. | no | true |
| receipt-dir | Optional receipt output directory passed as `--receipt-dir`. | no | "" |
| working-directory | Directory where the runx skill command should run. | no | . |
| install | Install the npm runx CLI before running. | no | true |
| version | Version of @runxhq/cli to install when install is true. | no | latest |
| npm-package | npm package that provides the runx binary. | no | @runxhq/cli |
| runx-binary | runx binary to execute when install is false or a custom binary is desired. | no | runx |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from the runx skill command. |
| stdout | Standard output from the runx skill command. |
| stderr | Standard error from the runx skill command. |