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

Feature Request: add a debug option #77

Closed
oliversun9 opened this issue Nov 1, 2024 · 0 comments · Fixed by #78
Closed

Feature Request: add a debug option #77

oliversun9 opened this issue Nov 1, 2024 · 0 comments · Fixed by #78
Labels
Feature New feature or request

Comments

@oliversun9
Copy link

I'd love to see an debug option, which will look like

jobs:
  buf:
    runs-on: ubuntu-latest
    steps:
      - uses: bufbuild/buf-action@v1
        with:
          token: ${{ secrets.BUF_TOKEN }}
          debug: true

so that each action performed by the action, such as buf breaking, is run with the --debug flag if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant