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 25d4f95 commit 0e7d902Copy full SHA for 0e7d902
modules/setting/repository.go
@@ -310,7 +310,7 @@ func loadRepositoryFrom(rootCfg ConfigProvider) {
310
Repository.DisabledRepoUnits = append(Repository.DisabledRepoUnits, "repo.packages")
311
}
312
313
- if !rootCfg.Section("actions").Key("ENABLED").MustBool(true) {
+ if !rootCfg.Section("actions").Key("ENABLED").MustBool(false) {
314
Repository.DisabledRepoUnits = append(Repository.DisabledRepoUnits, "repo.actions")
315
316
0 commit comments