We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7e0af commit 060c11bCopy full SHA for 060c11b
src/init-action.ts
@@ -184,8 +184,7 @@ async function sendCompletedStatusReport(
184
if ((config.augmentationProperties.packsInputCombines || !config.augmentationProperties.packsInput)
185
&& config.originalUserInput.packs
186
) {
187
- // If it is an array, that single language analysis we assume
188
- // there is only a single language being analyzed.
+ // If it is an array, then assume there is only a single language being analyzed.
189
if (Array.isArray(config.originalUserInput.packs)) {
190
packs[config.languages[0]] = config.originalUserInput.packs;
191
} else {
0 commit comments