-
Notifications
You must be signed in to change notification settings - Fork 9
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
Verbose Output During Release #16
Comments
Given that these reusable workflows are calling out to other actions, I believe any logging improvements would need to be done to those actions. In particular for this error, I'm going to assume it came from https://github.com/hashicorp/actions-hc-releases-promote which handles the staging -> production Releases API portion of HashiCorp provider releases. |
Hey @bendbennett 👋 Since I don't believe there is anything actionable in this repository as I don't think we would want to manually re-implement the called action logic, I'm going to close out this issue. As suggested above, I would reach out in the called action repositories to submit feature requests around status output and we can ensure that these workflows use the upgraded actions if/when they are available. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Overview
During a release the
Promote
step failed with the following error:Request
Would it be possible to modify the
Promote
phase so that there is more verbose logging of the individual steps that are taking place in order to surface which steps have completed successfully and which have not?The text was updated successfully, but these errors were encountered: