mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
add new show-html-notice input
This commit is contained in:
parent
e9fa2f582c
commit
f354bfa69d
3 changed files with 10 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ inputs:
|
|||
working-directory:
|
||||
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
|
||||
required: false
|
||||
show-html-notice:
|
||||
description: Show the link to the html results in the form of a notice on the summary page. This was created to combat a GHA bug of not always displaying the results in the right action.
|
||||
required: false
|
||||
default: 'false'
|
||||
only-summary:
|
||||
description: |
|
||||
Allows you to generate only the summary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue