pub fn debug<M>(message: M)where
M: ToString,Expand description
Prints a debug message to the log. Action debugging may be enabled by
setting a ACTION_STEP_DEBUG secret to true in the repo. You can
optionally provide a file, line and col with the log_error
function.
use actions_core as core;
core::debug("shaving a yak");