Function is_debug

Source
pub fn is_debug() -> bool
Expand description

Returns true if debugging is enabled Action debugging may be enabled by setting a ACTION_STEP_DEBUG secret to true in the repo.

use actions_core as core;

let is_debug = core::is_debug();