Closed
Description
Background
If I am re-running the job with debug turned on, this actions should set the log level to debug.
Feature
Detect if RUNNER_DEBUG
is set to 1
and set the log level to debug
Docs
Default Environment Variables' RUNNER_DEBUG
is set only if debug logging is enabled, and always has the value of 1
. It can be useful as an indicator to enable additional debugging or verbose logging in your own job steps.
Note: See for 'RUNNER_DEBUG' in filename-inspector repo