Function action_core::set_command_echo
source · pub fn set_command_echo(enabled: bool)
Expand description
Enables or disables the echoing of commands into stdout for the rest of the step.
Echoing is disabled by default if ACTIONS_STEP_DEBUG
is not set.