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

Set debug when the action is using debug logging #78

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Conversation

emcfarlane
Copy link
Collaborator

@emcfarlane emcfarlane commented Nov 1, 2024

Inherits the debug condition from the action to enable running of commands with --debug flag set. This is preferred over an explicit debug parameter to avoid churn in changing the config.

Closes #77

Inherits the debug condition from the action to enable running of
commands with `--debug` flag set.

This comment has been minimized.

@bufbuild bufbuild deleted a comment from github-actions bot Nov 1, 2024
@emcfarlane
Copy link
Collaborator Author

To enable debug logging select the debug option on the re-run: Screenshot 2024-11-01 at 12 10 20 PM

See: https://github.com/bufbuild/buf-action/actions/runs/11632446348/job/32395666255

@emcfarlane emcfarlane requested a review from oliversun9 November 1, 2024 16:12
Copy link

@oliversun9 oliversun9 left a comment

Choose a reason for hiding this comment

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

Thanks!

@emcfarlane emcfarlane requested a review from nicksnyder November 1, 2024 16:40
@emcfarlane emcfarlane merged commit d5697c6 into main Nov 5, 2024
36 checks passed
@emcfarlane emcfarlane deleted the ed/enableDebug branch November 5, 2024 18:17
@emcfarlane emcfarlane mentioned this pull request Jan 29, 2025
emcfarlane added a commit that referenced this pull request Jan 29, 2025
Below is the draft release notes:

## What's Changed
* Add migration guide doc by @emcfarlane in
#74
* Set --debug when the action is using debug logging by @emcfarlane in
#78
* Set --source-control-url on push so that the push action now works by
default on enterprise GitHub instances by @nicksnyder in
#86

## New Contributors
* @doriable made their first contribution in
#98

**Full Changelog**:
v1.0.2...v1.0.3
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.

Feature Request: add a debug option
2 participants