Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisHsu committed Feb 29, 2024
1 parent 0795eb8 commit f627c3c
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 @@ -10,5 +10,5 @@ try {
const asset_paths = Core.getInput('assets').split("\n").map(s => s.trim());
console.log(`Assets: ${asset_paths}`);
} catch (error) {
core.setFailed(error.message);
Core.setFailed(error.message);
}

0 comments on commit f627c3c

Please sign in to comment.