1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 13:37:56 +01:00

feat: add summary to outputs

This commit is contained in:
McQuenji 2025-06-09 06:39:16 +02:00 committed by GitHub
parent a6b3e93884
commit a016b587f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,6 +237,7 @@ class TestReporter {
core.info(`Check run HTML: ${resp.data.html_url}`)
core.setOutput('url', resp.data.url)
core.setOutput('url_html', resp.data.html_url)
core.setOutput('summary', summary)
}
return results