Skip to content

Commit 429f3cc

Browse files
chore: switch warning to info (#196)
1 parent 9a578ba commit 429f3cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.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.

dist/index.js.map

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/utils/report-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function checkReportSize(
8484

8585
if (reportSizeBytes > 1000000) {
8686
// 1MB limit
87-
core.warning(
87+
core.info(
8888
`${outputName} is ${reportSizeMB}MB, which exceeds GitHub's 1MB output limit. ` +
8989
`Skipping ${outputName} output. Consider using write-ctrf-to-file instead.`
9090
)

0 commit comments

Comments
 (0)