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
Motivation:
Git URLs don't always include `.git` suffix, but the logic for constructing GitHub API URL incorrectly requires it.
Modification:
Update regex to make `.git` suffix optional.
Result:
Git URLs with or without `.git` suffix are accepted.
0 commit comments