The github API will return owner and repo names in their case-sensitive form. From what I can tell, most of the contributed resource types have matched this casing -- perhaps a bit better would be to have case-insensitive matching, but
this at least resolves the bug quickly.
The github API will return owner and repo names in their case-sensitive form. From what I can tell, most of the contributed resource types have matched this casing -- perhaps a bit better would be to have case-insensitive matching, but this at least resolves the bug quickly.
fixes concourse/resource-types-website#245