Add extra outputs

This commit is contained in:
luisito666 2022-10-04 08:40:31 -05:00
parent 0d9714ddc7
commit ff6e1f225b

View file

@ -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
}