Skip to content

Commit

Permalink
need newline after header
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsquared committed Aug 9, 2024
1 parent bd64dc5 commit 2fb533e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/AzureSqlAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default class AzureSqlAction {
if (buildOutput.includes('Build succeeded.')) {
if (!buildOutput.includes('0 Warning(s)')) {
core.summary.addHeading(':warning: SQL project build succeeded with warnings.');
core.summary.addEOL();

// parse buildOutput into lines, filter out warnings, and deduplicate
const lines = buildOutput.split(/\r?\n/);
Expand Down

0 comments on commit 2fb533e

Please sign in to comment.