actions-marketplace-validations/executable-wrapper
GitHub action that wraps executables and returns the stdout, stderr and exit code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| run_command | The executable along with any parameters that need sto be run. | yes | — |
| working-directory | The working directory for the command. | no | — |
Outputs
| name | description |
|---|---|
| stdout | The stdout output from the executable. |
| stderr | The stderr output from the executable. |
| exitcode | The exit code from the executable. |