isDebug top-level property

bool isDebug

True iff the secret ACTIONS_STEP_DEBUG is set with the value true

Implementation

bool get isDebug => Platform.environment['RUNNER_DEBUG'] == '1';