mirror of
https://github.com/github/codeql-action.git
synced 2026-04-01 01:02:17 +00:00
Fix condition
This commit is contained in:
@@ -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