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

chore(action): bind debug input to action debug #2829

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jan 17, 2024

  1. chore(action): bind debug input to action debug

    When an action will be executed in debug mode (e.g. via GitHub UI) the secret `ACTIONS_STEP_DEBUG` will be set to true (empty if not enabled).
    This typically will allow to detect if a run is in debug mode.
    Because a GitHub action can not automatically read secrets the `runner.debug` variable needs to be used to determine if debug mode is enabled.
    
    When using this as default for the debug input of the action the debug will automatically be forwarded to sechub.
    
    Overwriting is always possible for the endusers because it is only the default setting of this action.
    fty4 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    41b36f0 View commit details
    Browse the repository at this point in the history