gh640/Command Result Action
Runs a single command and captures the outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run | yes | — |
| cwd | Working directory | no | — |
Outputs
| name | description |
|---|---|
| exitCode | Exit code of the command |
| stdout | Stdout of the command |
| stderr | Stderr of the command |