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
The parsing of the `GITHUB_URL` should support hyphens in host names
to comply with https://tools.ietf.org/html/rfc952 .
Otherwise `gist` will fail to find the corresponding `.gist` token
file if the server contains a hyphen. For example,
`https://github.my-corp.com/`.
Signed-off-by: Lucas Magasweran <[email protected]>
0 commit comments