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

Fix debug mode #390

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Fix debug mode #390

merged 1 commit into from
Sep 1, 2022

Conversation

alejandrohdezma
Copy link
Member

The environment variables for starting Scala Steward on debug mode must be present on the environment (instead of passing them to coursier). Also, the environment variable to check if debug mode is enabled has changed: it is now always RUNNER_DEBUG=1 (even when you set the ACTIONS_STEP_DEBUG variable GitHub will replace it with RUNNER_DEBUG).

Fixes #388.

@exoego exoego merged commit 19573b3 into master Sep 1, 2022
@exoego exoego deleted the fix/debug branch September 1, 2022 05:05
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.

Attempting to debug fails
2 participants