You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite GitHub’s failure to communicate how they resolved it, the documentation was changed from mentioning “commit sha” as a valid option for ref to not mentioning that, so I assume the only valid options are git refs (refs/heads/..., refs/tags/... and so on)
So I guess Reference::Commit should be deleted, as using it just gives you 404 errors.
The text was updated successfully, but these errors were encountered:
See github/docs#31914
Despite GitHub’s failure to communicate how they resolved it, the documentation was changed from mentioning “commit sha” as a valid option for
ref
to not mentioning that, so I assume the only valid options are git refs (refs/heads/...
,refs/tags/...
and so on)So I guess
Reference::Commit
should be deleted, as using it just gives you 404 errors.The text was updated successfully, but these errors were encountered: