From 60eba29d80d9f50a5e461c6d1eb39428ba133fe1 Mon Sep 17 00:00:00 2001 From: Martin Fillafer Date: Fri, 24 Mar 2023 15:28:50 +0100 Subject: [PATCH] fix: build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 6afab61..6867c51 100644 --- a/dist/index.js +++ b/dist/index.js @@ -404,7 +404,7 @@ class TestReporter { const conclusion = isFailed ? 'failure' : 'success'; const icon = isFailed ? markdown_utils_1.Icon.fail : markdown_utils_1.Icon.success; core.info(`Updating check run conclusion (${conclusion}) and output`); - core.info(`Posted annotations: ${annotations}`); + core.info(`Posted annotations: ${JSON.stringify(annotations)}`); const resp = yield this.octokit.rest.checks.update(Object.assign({ check_run_id: createResp.data.id, conclusion, status: 'completed', output: { title: `${name} ${icon}`, summary,