We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added: Call os.Exit(1) when plan-preview sent an error message.
os.Exit(1)
Why is this needed: Plan preview CI send error comment but workflow is still succeeded. So we have to exit with error status code when exception case.
The text was updated successfully, but these errors were encountered:
I'd like to work on this. I've already make PR: #4659
Sorry, something went wrong.
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This is already solved.
pipecd/tool/actions-plan-preview/main.go
Line 152 in 972d114
Successfully merging a pull request may close this issue.
What would you like to be added:
Call
os.Exit(1)
when plan-preview sent an error message.Why is this needed:
Plan preview CI send error comment but workflow is still succeeded.
So we have to exit with error status code when exception case.
The text was updated successfully, but these errors were encountered: