mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
Fix condition
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ function getSetupSteps(checkSpecification: JobSpecification): {
|
||||
|
||||
if (
|
||||
setupSpec === undefined ||
|
||||
checkSpecification[setupSpec.specProperty] === undefined
|
||||
checkSpecification[setupSpec.specProperty] !== true
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user