We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec2bf0 + c21f8ac commit 264ebfdCopy full SHA for 264ebfd
1 file changed
config/config.go
@@ -51,7 +51,7 @@ func Init() Config {
51
}
52
orgs := os.Getenv("ORGS")
53
if orgs != "" {
54
- appConfig.SetOrganisations(strings.Split(repos, ", "))
+ appConfig.SetOrganisations(strings.Split(orgs, ", "))
55
56
users := os.Getenv("USERS")
57
if users != "" {
0 commit comments