diff --git a/src/main.ts b/src/main.ts index 63f2b2b..82a6a50 100644 --- a/src/main.ts +++ b/src/main.ts @@ -211,6 +211,7 @@ class TestReporter { core.info(`Check run HTML: ${resp.data.html_url}`) if (this.showHTMLNotice) { core.info('*** showhtmlnotice set to true') + core.exportVariable('TEST-RESULTS-URL', resp.data.html_url) console.log(`::notice title=Test Results::${resp.data.html_url}`) }