Skip to content
Compare
Choose a tag to compare
@jcbhmr jcbhmr released this 29 May 18:28
· 68 commits to master since this release
fead196

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