Fixed silly if [[ -z $RUNNER_DEBUG ]]
to be if [[ -n $RUNNER_DEBUG ]]
so now you'll only get verbose debug logging if you actually enable debug mode, not only in non-debug mode! This is an oopsie bugfix. #58
What's Changed
Full Changelog: v4...v4.1.1