Skip to content

fix: trim .git suffix in collect-forks

Cyril Matthey-Doret requested to merge fix/trim-dot-git into master

collect-forks crashed when including the .git suffix to the repo name. This prevents the issue by preprocessing the URL to remove it.

Merge request reports