Extra repo names

main
Bob Mottram 2024-08-12 21:56:41 +01:00
parent 09db4fb0f7
commit d34f7a149b
1 changed files with 1 additions and 1 deletions

2
git.py
View File

@ -233,7 +233,7 @@ def get_repo_url(actor_json: {}) -> str:
return ''
if not isinstance(actor_json['attachment'], list):
return ''
repo_type = ('github', 'gitlab', 'codeberg', 'launchpad',
repo_type = ('github', 'ghub', 'gitlab', 'glab', 'codeberg', 'launchpad',
'sourceforge', 'bitbucket', 'gitea')
for property_value in actor_json['attachment']:
name_value = None