Skip to content

Commit

Permalink
Merge pull request #287 from micha-one/main
Browse files Browse the repository at this point in the history
declare 'url' and 'url_html' as action outputs
  • Loading branch information
j-catania authored Oct 9, 2023
2 parents 9301b44 + 91ccfa2 commit 4eb4bc2
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 4eb4bc2

Please sign in to comment.