From ff6e1f225bc3078d5ad19d0dc5ca0dbb22e83b64 Mon Sep 17 00:00:00 2001 From: luisito666 Date: Tue, 4 Oct 2022 08:40:31 -0500 Subject: [PATCH] Add extra outputs --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 156d910..08f90bb 100644 --- a/src/main.ts +++ b/src/main.ts @@ -193,6 +193,8 @@ class TestReporter { core.info(`Check run create response: ${resp.status}`) core.info(`Check run URL: ${resp.data.url}`) core.info(`Check run HTML: ${resp.data.html_url}`) + core.setOutput('url', resp.data.url) + core.setOutput('url_html', resp.data.html_url) return results }