actions-marketplace-validations/executable-wrapper

GitHub action that wraps executables and returns the stdout, stderr and exit code.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
run_commandThe executable along with any parameters that need sto be run.yes
working-directoryThe working directory for the command.no
namedescription
stdoutThe stdout output from the executable.
stderrThe stderr output from the executable.
exitcodeThe exit code from the executable.