Function action_core::fail
source · pub fn fail(message: impl Display)
Expand description
Sets the action status to failed.
When the action exits it will be with an exit code of 1.
pub fn fail(message: impl Display)
Sets the action status to failed.
When the action exits it will be with an exit code of 1.