shellbox-sh/Bash 4.0

Run a command using Bash version 4.0

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandBash command or path to executable or script to runyes
failOnErrorWhen set to true (default), the action will return an error if the command returns a non-zero exit codetrue
namedescription
stdoutThe standard output (STDOUT) of the executed command
stderrThe standard error (STDERR) of the executed command
outputThe combines standard output and error of the executed command
exitcodeThe numeric exit code of the executed command (0 indicates success)
passedIf the executed command exited with 0 exit code, this value will equal "true", otherwise it will equal "false"
failedIf the executed command exited with 0 exit code, this value will equal "false", otherwise it will equal "true"