mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-13 04:58:45 +01:00
Define the report-title attribute in action definition
Fixes missing attribute from PR #568
This commit is contained in:
parent
8dd7047bf0
commit
07e5c648b5
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,10 @@ inputs:
|
|||
working-directory:
|
||||
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
|
||||
required: false
|
||||
report-title:
|
||||
description: Title for the test report summary
|
||||
required: false
|
||||
default: ''
|
||||
only-summary:
|
||||
description: |
|
||||
Allows you to generate only the summary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue