You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the workflow using terraform v1.0.7 and have a failed plan, no output will be shown in the commit message. I have solved this by adding the steps.plan.outputs.stderr to the PLAN env variable to get this to print out. Perhaps I am doing something incorrectly that I need to do this workaround? Any reason this shouldn't be included in the working example?
When I run the workflow using terraform v1.0.7 and have a failed plan, no output will be shown in the commit message. I have solved this by adding the
steps.plan.outputs.stderr
to the PLAN env variable to get this to print out. Perhaps I am doing something incorrectly that I need to do this workaround? Any reason this shouldn't be included in the working example?Before:
After:
The text was updated successfully, but these errors were encountered: