mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Merge pull request #287 from micha-one/main
declare 'url' and 'url_html' as action outputs
This commit is contained in:
commit
4eb4bc24cc
1 changed files with 4 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue