Skip to content

improve logs #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025
Merged

improve logs #27

merged 1 commit into from
Jul 8, 2025

Conversation

marcoieni
Copy link
Member

No description provided.

@@ -19921,7 +19921,7 @@ function getUserAgent() {
function runAction(fn) {
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.

1 participant