diff --git a/src/functions.sh b/src/functions.sh index 5e960285..f113ce20 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -292,7 +292,7 @@ execute_shellcheck () { # Function to check if the action is run in a Debug mode is_debug () { local result - result=$(is_true "${RUNNER_DEBUG}") + result=$(is_true "${RUNNER_DEBUG:-0}") # shellcheck disable=SC2086 # return require numeric value