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
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
@jodyheavener I'm pretty sure it's this line that is failing because the REGEX isn't matching my github enterprise url. can we update that regex to allow for other git urls?
Actually I just tested the regex (/(?:git@...:|https?://.../)(.)/(.).git/g) with my enterprise url and it failed because the output of this command checks for .git at the end and that git command doesn't output with a .git at the end. git config --get remote.origin.url
No description provided.
The text was updated successfully, but these errors were encountered: