Skip to content

Commit e31eed0

Browse files
authored
Rename generate_report.js to generate-report.js
Signed-off-by: Doug Aitken <dougaitken@users.noreply.github.com>
1 parent b0565df commit e31eed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generate_report.js renamed to .github/scripts/generate-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ fs.writeFileSync('validation-report.md', result.report);
128128
console.log(`::set-output name=success::${result.success}`);
129129
console.log(`::set-output name=has-warnings::${result.hasWarnings}`);
130130
console.log(`::set-output name=total-errors::${result.totalErrors}`);
131-
console.log(`::set-output name=total-warnings::${result.totalWarnings}`);
131+
console.log(`::set-output name=total-warnings::${result.totalWarnings}`);

0 commit comments

Comments
 (0)