[][src]Function actions_core::is_debug

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.

use actions_core as core;

let is_debug = core::is_debug();