Update main.ts

This commit is contained in:
Connor Vidlock 2023-03-20 10:36:50 -05:00
parent 68f1bddf1f
commit c5d96f0a2d
No known key found for this signature in database
GPG key ID: BADEF4A267C14600

View file

@ -199,6 +199,7 @@ 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.info(`****** TEST *****`)
core.info(`Status of showHTML: ${this.showHTMLNotice}`)
if (this.showHTMLNotice) {
console.log(`::notice title=Test Results::${resp.data.html_url}`)