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 output for the error message #446

Merged
merged 3 commits into from
May 19, 2023

Commits on Apr 14, 2023

  1. Set output for the error message

    In the event vault-action throws an error, the error message is
    sent to the workflow log when with core.setFailed, but that output
    is not accessible to other steps in the workflow.
    
    This change sets an output for the error message, called errorMessage,
    than can be read by other steps within the workflow and parsed.
    wagnerm committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2259b06 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge branch 'main' into wagnerm/add-error-message-output

    * main:
      Add userpass auth and ldap auth support (hashicorp#440)
      chore(deps-dev): bump jest from 29.4.3 to 29.5.0 (hashicorp#438)
    wagnerm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b8d7639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68450a4 View commit details
    Browse the repository at this point in the history