mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
ed27c0146d
Enable debug logging when one (or more) of the following conditions is true: - ACTIONS_RUNNER_DEBUG is set to true - ACTIONS_STEPS_DEBUG is set to true - RUNNER_DEBUG is set to 1
5 lines
133 B
Bash
5 lines
133 B
Bash
DEFAULT_BRANCH=main
|
|
DEFAULT_WORKSPACE=/workspaces/super-linter
|
|
ENABLE_GITHUB_ACTIONS_GROUP_TITLE=true
|
|
LOG_LEVEL=DEBUG
|
|
RUN_LOCAL=true
|