Merge pull request #287 from micha-one/main

declare 'url' and 'url_html' as action outputs
This commit is contained in:
Julien Catania
2023-10-09 19:22:47 +02:00
committed by GitHub

View File

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