1
1
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:
Jason Song
2023-01-05 18:04:23 +08:00
committed by GitHub
parent 730af9be50
commit 22496aa57e

View File

@@ -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
} }
} }