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

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'