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

When debugging specify --verbose when installing default node / yarn. #12

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Mar 11, 2020

Leverages core.isDebug() which is the recommended way to ensure your action emits additional debugging information. The normal way to set that up is via ACTION_STEP_DEBUG=true (often setup in the repos own secrets in settings).

@rwjblue rwjblue added the enhancement New feature or request label Mar 11, 2020
Leverages `core.isDebug()` which is the recommended way to ensure your
action emits additional debugging information. The normal way to set
that up is via `ACTION_STEP_DEBUG=true` (often setup in the repos own
`secrets` in settings).
@rwjblue rwjblue merged commit b8ad508 into master Mar 11, 2020
@rwjblue rwjblue deleted the debugging branch March 11, 2020 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant