OpenVoiceOS / ovos_skill_manager

skill installer for OVOS
Apache License 2.0
5 stars 6 forks source link

Default Branch Resolution #92

Open NeonDaniel opened 2 years ago

NeonDaniel commented 2 years ago

Currently, OSM falls back to master as a default branch when a supplied URL doesn't specify one. Since the default was changed from master to main, this fails often and we should account for both (and maybe other) cases. There's probably an API endpoint to get the default branch that we could implement.