We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9453eaa commit 383f5a8Copy full SHA for 383f5a8
lib/server-adobe-github/github.js
@@ -64,7 +64,7 @@ function getOrgFullName(orgName, orgs){
64
65
// Get real org name
66
orgs.forEach(function(org){
67
-if(org.userName===orgName){
+if(org.userName.toLowerCase()===orgName.toLowerCase()){
68
orgFullName=org.name;
69
returnorgFullName;
70
}
0 commit comments