Skip to content

Commit 1ac6270

Browse files
committed
Change log message to warning
1 parent 9a57e78 commit 1ac6270

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/analyze-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debug-artifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export function getArtifactSuffix(matrix: string | undefined): string {
264264
for (const matrixKey of Object.keys(matrixObject).sort())
265265
suffix += `-${matrixObject[matrixKey]}`;
266266
} catch {
267-
core.info(
267+
core.warning(
268268
"Could not parse user-specified `matrix` input into JSON. The debug artifact will not be named with the user's `matrix` input.",
269269
);
270270
}

0 commit comments

Comments
 (0)