gazebo-tooling / action-gz-ci

MIT License
5 stars 4 forks source link

Make curl verbose and never return failure #21

Closed chapulina closed 4 years ago

chapulina commented 4 years ago

Actions often fail on this line without much explanation. This makes it verbose so we can see what's going on, and it should also allow it to go through without returning an error code. Depending on the failure mode, this may just be pushing the error to the next line.