Fix github names for private orgs
This commit is contained in:
parent
90b724d3a0
commit
99bd16a69c
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class GithubBuildTrigger(BuildTrigger):
|
||||||
'personal': False,
|
'personal': False,
|
||||||
'repos': repo_list,
|
'repos': repo_list,
|
||||||
'info': {
|
'info': {
|
||||||
'name': org.name,
|
'name': org.name or org.login,
|
||||||
'avatar_url': org.avatar_url
|
'avatar_url': org.avatar_url
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue