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
Use clone_url for remote repository field (#11564)
This is currently using `str()` which renders the website URL. This is
fine for public repositories, but private repositories use the clone_url
as the project repo_url, so this field feels better matching that.
- Fixes#11562
0 commit comments