Skip to main content

debug

Function debug 

Source
pub fn debug(message: impl Into<String>)
Expand description

Emit a ::debug:: message. Only visible when step-debug logging is enabled (the ACTIONS_STEP_DEBUG secret, surfaced as RUNNER_DEBUG=1).

ยงExamples

actions_rs::log::debug("cache key = v2-linux");