diff --git a/entrypoint.py b/entrypoint.py index 792d1c3..3c4fcc6 100644 --- a/entrypoint.py +++ b/entrypoint.py @@ -42,7 +42,7 @@ def find_tool_coordinates(): def is_debug(): - return os.getenv("INPUT_DEBUG", False) + return os.getenv("INPUT_DEBUG", "false").casefold() == "true".casefold() def is_windows():