| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
this is great, thanks for the PR! |
Sorry, something went wrong.
Propagate the fix from #32
| Back | FazBrowse Home | New Git URL |
Summary
This fixes the unhandled promise rejection when something errors out inside main. An example would be when one of the git commands fail such as pushing to a write protected branch, you would see this message but the action still passes:
It is fixed by using core.setFailed documented here.
Related issues: #2 #9