mirror of
https://github.com/github/codeql-action
synced 2026-05-25 15:00:36 +03:00
Reword comment
This commit is contained in:
+1
-2
@@ -184,8 +184,7 @@ async function sendCompletedStatusReport(
|
||||
if ((config.augmentationProperties.packsInputCombines || !config.augmentationProperties.packsInput)
|
||||
&& config.originalUserInput.packs
|
||||
) {
|
||||
// If it is an array, that single language analysis we assume
|
||||
// there is only a single language being analyzed.
|
||||
// If it is an array, then assume there is only a single language being analyzed.
|
||||
if (Array.isArray(config.originalUserInput.packs)) {
|
||||
packs[config.languages[0]] = config.originalUserInput.packs;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user