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

Add continue_on_error action input #48

Merged
merged 3 commits into from Oct 7, 2021
Merged

Conversation

nick-invision
Copy link
Collaborator

Per #47, composite actions do not support the native continue-on-error Action option. This PR adds similar functionality via a new continue_on_error input. The default value is false. If true and an error occurs, the final step outcome will be success. If false, the outcome will be failure.

@nick-invision nick-invision merged commit c77dc43 into master Oct 7, 2021
@github-actions
Copy link

github-actions bot commented Oct 7, 2021

🎉 This PR is included in version 2.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@nick-fields nick-fields deleted the nrf/continue-on-error branch August 4, 2022 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant