mirror of
https://github.com/go-gitea/gitea
synced 2025-07-25 19:58:36 +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