knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Better handling of git URLs #40

Closed knl closed 3 years ago

knl commented 3 years ago

Depending on how it was set up, a git entry sometimes could be git@github.com:owner/repo.git or ssh://github.com/owner/repo or ssh://github.com/owner/repo.git. Handle all these cases, instead of just the second one.