We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ORGS
1 parent 284088c commit c21f8acCopy full SHA for c21f8ac
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