read-only-coding icon indicating copy to clipboard operation
read-only-coding copied to clipboard

Error if remote uses SSH

Open 1ec5 opened this issue 7 years ago • 1 comments
trafficstars

The Open in GitHub workflow assumes the remote uses an HTTPS URL, which is what GitHub recommends by default. But it should also be possible to ascertain the webpage URL if the remote uses an SSH URL.

1ec5 avatar Aug 07 '18 16:08 1ec5

Actually, this line should already ensure that SSH URLs are converted to HTTPS URLs:

https://github.com/1ec5/read-only-coding/blob/bc136b778fb923e064f5f7dde3799fbe78c17626/Open%20Selection%20in%20GitHub.workflow/Contents/document.wflow#L411

1ec5 avatar Sep 04 '18 09:09 1ec5