mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
Change log message to warning
This commit is contained in:
@@ -264,7 +264,7 @@ export function getArtifactSuffix(matrix: string | undefined): string {
|
||||
for (const matrixKey of Object.keys(matrixObject).sort())
|
||||
suffix += `-${matrixObject[matrixKey]}`;
|
||||
} catch {
|
||||
core.info(
|
||||
core.warning(
|
||||
"Could not parse user-specified `matrix` input into JSON. The debug artifact will not be named with the user's `matrix` input.",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user