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

Use the built in debugging functionality in GHA? #13

Closed
woodruffw opened this issue Jun 16, 2022 · 1 comment · Fixed by #36
Closed

Use the built in debugging functionality in GHA? #13

woodruffw opened this issue Jun 16, 2022 · 1 comment · Fixed by #36
Assignees

Comments

@woodruffw
Copy link
Member

We currently have an internal input (internal-be-careful-debug) that can be used to enable some additional debugging statements + verbosity. But GitHub Actions has an official debugging mechanism, involving a secret named ACTIONS_STEP_DEBUG and the special ::debug::{message} print syntax. Maybe we should just use that instead.

@woodruffw
Copy link
Member Author

Let's go ahead and do this. The fewer magical internal settings, the better.

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 a pull request may close this issue.

2 participants