caltechlibrary / iga

IGA is the InvenioRDM GitHub Archiver, a standalone program as well as a GitHub Action that lets you automatically archive GitHub software releases in an InvenioRDM repository.
https://caltechlibrary.github.io/iga/
Other
8 stars 1 forks source link

Catch the case where there are no releases in a repo & print a more helpful error message #28

Closed mhucka closed 11 months ago

mhucka commented 1 year ago

A recent user installed the IGA workflow in a repo that didn't have any releases on GitHub. IGA complained about having a problem communicating with GitHub, which was very unhelpful. It should detect the case of no releases & print a better error message.

mhucka commented 11 months ago

This is fixed in commit #c1049a6.