Pass hashes rather than names to github api, so there is no ambiguity when a tag and a branch use the same name. GHCode is currently passing ref names instead of hashes. In this case Github needs to decide branch or tag and probably defaults to branch, which will be a problem for GHCode when user intended to view a tag.
Pass hashes rather than names to github api, so there is no ambiguity when a tag and a branch use the same name. GHCode is currently passing ref names instead of hashes. In this case Github needs to decide branch or tag and probably defaults to branch, which will be a problem for GHCode when user intended to view a tag.