We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafc9f9 commit 83886d4Copy full SHA for 83886d4
dist/index.js
@@ -29419,7 +29419,7 @@ const utils_1 = __nccwpck_require__(1314);
29419
}
29420
29421
catch (err) {
29422
- core.error(`${err}`);
+ core.setFailed(err);
29423
29424
});
29425
})();
src/index.ts
@@ -30,6 +30,6 @@ import { fail } from "./utils";
30
);
31
32
} catch (err) {
33
+ core.setFailed(<string | Error>err);
34
35
0 commit comments