Set debug when the action is using debug logging#78
Merged
emcfarlane merged 3 commits intomainfrom Nov 5, 2024
Merged
Conversation
Inherits the debug condition from the action to enable running of commands with `--debug` flag set.
This comment has been minimized.
This comment has been minimized.
Collaborator
Author
|
To enable debug logging select the debug option on the re-run: See: https://github.com/bufbuild/buf-action/actions/runs/11632446348/job/32395666255 |
oliversun9
reviewed
Nov 1, 2024
Merged
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Inherits the debug condition from the action to enable running of commands with
--debugflag set. This is preferred over an explicitdebugparameter to avoid churn in changing the config.Closes #77