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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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