mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-01 21:31:34 +00:00
Update models/actions/task.go
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
@@ -496,7 +496,7 @@ func isSubset(set, subset []string) bool {
|
||||
}
|
||||
|
||||
for _, v := range subset {
|
||||
if m.Contains(v) {
|
||||
if !m.Contains(v) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user