Fix log message swap

This commit is contained in:
Michael B. Gale
2025-10-10 14:04:39 +01:00
parent a512fe0868
commit 524b9a00e8
6 changed files with 12 additions and 12 deletions

View File

@@ -386,11 +386,11 @@ export async function getCodeQLSource(
} else {
if (allowToolcacheValueFF) {
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`,
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`,
);
} else {
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`,
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`,
);
}
}