diff --git a/dist/index.js b/dist/index.js index 0d387cf..54c4593 100644 --- a/dist/index.js +++ b/dist/index.js @@ -420,7 +420,9 @@ class TestReporter { core.info(`Check run HTML: ${resp.data.html_url}`); if (this.showHTMLNotice) { core.info('*** showhtmlnotice set to true'); - console.log(`::notice title=Test Results::${resp.data.html_url}`); + core.exportVariable('TEST_RESULTS_URL', `${resp.data.html_url}`); + core.info(`Set env var to: ${process.env.TEST_RESULTS_URL}`); + core.info(`::notice title=Test Results::${resp.data.html_url}`); } return [results, resp.data.html_url]; });