declare 'url' and 'url_html' as action outputs

This commit is contained in:
Michael Hennings 2023-09-25 15:02:04 +02:00
parent 9301b44e65
commit 91ccfa2026
No known key found for this signature in database
GPG key ID: 19715B977191F613

View file

@ -89,6 +89,10 @@ outputs:
description: Count of skipped tests
time:
description: Test execution time [ms]
url:
description: Check run URL
url_html:
description: Check run URL HTML
runs:
using: 'node16'
main: 'dist/index.js'