isDebug function

bool isDebug()

Gets whether Actions Step Debug is on or not

Implementation

bool isDebug() => environmentVariables['RUNNER_DEBUG'] == '1';