Skip to content

Commit

Permalink
Merge pull request #12 from williamdes/master
Browse files Browse the repository at this point in the history
Fix double typo
  • Loading branch information
OrRosenblatt authored Apr 12, 2020
2 parents a708276 + 9c7d2b1 commit c6dee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run() {
if (invalidJsons.length > 0) {
core.setFailed('Failed to validate all JSON files.');
} else {
core.info(`✅ All files were validate succesfully.`);
core.info(`✅ All files were validated successfully.`);
}
} catch (error) {
core.setFailed(error.message);
Expand Down

0 comments on commit c6dee2d

Please sign in to comment.