Skip to content

Commit c4989f1

Browse files
committed
more array issues
1 parent 06ed4b4 commit c4989f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/main.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/AzureSqlAction.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ export default class AzureSqlAction {
143143
formattedWarnings.push(warning);
144144
});
145145

146-
147-
core.summary.addList(warnings, false);
146+
core.summary.addList(formattedWarnings, false);
148147
core.summary.addRaw('See the full build log for more details.');
149148
} else { // no build warnings
150149
core.summary.addHeading(':white_check_mark: SQL project build succeeded.');

0 commit comments

Comments
 (0)