Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed Feb 5, 2024
1 parent 1de82b9 commit 38cb9de
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 @@ -129,7 +129,7 @@ const initAction = async () => {
/**
* If any error, inform workflow
*/
core.setFailed(error.message);
core.setFailed(error);
}
};

Expand Down

0 comments on commit 38cb9de

Please sign in to comment.