mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 20:28:40 +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 {
|
for _, v := range subset {
|
||||||
if m.Contains(v) {
|
if !m.Contains(v) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user