Skip to content

Conversation

@marcoieni
Copy link
Member

No description provided.

fn().catch((error) => {
const errorMessage = error instanceof Error ? error.message : String(error);
core.setFailed(`Error: ${errorMessage}`);
core.setFailed(errorMessage);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error is already present in the output. See

Image

@marcoieni marcoieni marked this pull request as ready for review July 8, 2025 10:45
@marcoieni marcoieni merged commit c3e28c4 into main Jul 8, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants