Closed bendbennett closed 9 months ago
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
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?