There was an error while loading. Please reload this page.
1 parent 46debed commit 29bd765Copy full SHA for 29bd765
2 files changed
dist/index.js
@@ -34664,6 +34664,6 @@ class ValidationError extends Error {
34664
34665
action().catch((error) => {
34666
// Action threw an error. Fail the action with the error message.
34667
- core.setFailed(`${error.message} ${JSON.stringify(error)}`);
+ core.setFailed(`${error.message} ${error}`);
34668
});
34669
index.js
@@ -3,5 +3,5 @@ import { action } from "./src/action.js";
3
4
5
6
7
0 commit comments