Skip to content

Commit

Permalink
declare 'url' and 'url_html' as action outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hennings committed Sep 25, 2023
1 parent 9301b44 commit 91ccfa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 91ccfa2

Please sign in to comment.