Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
talemke committed Jun 9, 2020
1 parent d369005 commit 758ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ for (let i = 0; i < elements.length; i++) {
}
}

message = 'Found ' + errors + ' errors and ' + warnings + ' warnings:\n\n' + message;
message = 'Found ' + errors + ' error(s) and ' + warnings + ' warning(s):\n' + message;
core.setFailed(message);

0 comments on commit 758ba80

Please sign in to comment.