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
commit 4eb4bc24cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'