Update lib/linter.sh

This commit is contained in:
Sean Killeen 2020-06-18 15:25:54 -04:00 committed by GitHub
parent ff19ebe77d
commit cf8b1eddfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1116,7 +1116,7 @@ GetValidationInfo()
# Set to false if not true # # Set to false if not true #
############################ ############################
if [ "$DISABLE_ERRORS" != "true" ]; then if [ "$DISABLE_ERRORS" != "true" ]; then
ACTIONS_RUNNER_DEBUG="false" DISABLE_ERRORS="false"
fi fi