Closed rickycodes closed 3 months ago
We should update the PR description and/or title to clarify what was broken, and what we're fixing here (we'll want this in the changelog as well).
We could maybe call this "disable debug output in non-debug environments", something like that.
The original intent was to only
set -x
when in debug environments, but instead we were setting it ifACTIONS_RUNNER_DEBUG
was unset... so effectively all non-debug environments. This change remedies that mistake.