isDebug function
Gets whether Actions Step Debug is on or not
Implementation
bool isDebug() => environmentVariables['RUNNER_DEBUG'] == '1';
Gets whether Actions Step Debug is on or not
bool isDebug() => environmentVariables['RUNNER_DEBUG'] == '1';