From 9e9476020a2fc036c7b71257ffff301957a121fa Mon Sep 17 00:00:00 2001 From: David Losert Date: Fri, 10 Jun 2022 12:03:44 +0000 Subject: [PATCH] fix: adjusts output of the action --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 737bb89..411586a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,5 +23,5 @@ const run = async () => { }; run().then(() => { - core.setOutput('status', 'success'); + core.info('Report generated successfully.'); });