pub fn is_debug() -> bool
Returns true if debugging is enabled Action debugging may be enabled by setting a ACTION_STEP_DEBUG secret to true in the repo.
true
ACTION_STEP_DEBUG
use actions_core as core; let is_debug = core::is_debug();