mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Add environment variable for disabling errors
This commit is contained in:
parent
1e08ff6363
commit
976bc9c852
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ ENV GITHUB_SHA=${GITHUB_SHA} \
|
|||
ANSIBLE_DIRECTORY=${ANSIBLE_DIRECTORY} \
|
||||
RUN_LOCAL=${RUN_LOCAL} \
|
||||
TEST_CASE_RUN=${TEST_CASE_RUN} \
|
||||
ACTIONS_RUNNER_DEBUG=${ACTIONS_RUNNER_DEBUG}
|
||||
ACTIONS_RUNNER_DEBUG=${ACTIONS_RUNNER_DEBUG} \
|
||||
DISABLE_ERRORS=${DISABLE_ERRORS}
|
||||
|
||||
#############################
|
||||
# Copy scripts to container #
|
||||
|
|
Loading…
Reference in a new issue