Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable debug output in non-debug environments #94

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

rickycodes
Copy link
Contributor

@rickycodes rickycodes commented Jul 15, 2024

The original intent was to only set -x when in debug environments, but instead we were setting it if ACTIONS_RUNNER_DEBUG was unset... so effectively all non-debug environments. This change remedies that mistake.

@rickycodes rickycodes requested a review from a team as a code owner July 15, 2024 14:36
@rickycodes rickycodes requested a review from Gudahtt July 15, 2024 14:36
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Gudahtt
Copy link
Member

Gudahtt commented Jul 15, 2024

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.

@rickycodes rickycodes changed the title fix debug Disable debug output in non-debug environments Jul 15, 2024
@rickycodes rickycodes merged commit 1d1a8a8 into main Jul 15, 2024
12 checks passed
@rickycodes rickycodes deleted the fix-debug branch July 15, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants