Skip to content

Commit 994697d

Browse files
author
GitHub Actions
committed
chore: Update dist
1 parent 7a9b7f7 commit 994697d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,8 @@ async function run() {
354354
}
355355
}
356356
catch (error) {
357-
core.debug(error);
358-
core.debug(error.stack);
359357
core.setFailed(error.message);
358+
core.debug(error.stack);
360359
}
361360
}
362361

0 commit comments

Comments
 (0)