From 8d4ddb2df7f6f148a80bed62c65d80ac82eb5b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Cala=C3=A7a?= Date: Thu, 4 Jul 2024 18:03:57 +0100 Subject: [PATCH] add output reportBody --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index e7e9132..6048566 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,6 +48,8 @@ import { findComment } from "./modules/find-comment/main"; context, inputs.branch ); + + core.setOutput("quality-gate-report", reportBody); console.log("Finding comment associated with the report...");