Skip to content

Commit 07e5c64

Browse files
committed
Define the report-title attribute in action definition
Fixes missing attribute from PR #568
1 parent 8dd7047 commit 07e5c64

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ inputs:
6868
working-directory:
6969
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
7070
required: false
71+
report-title:
72+
description: Title for the test report summary
73+
required: false
74+
default: ''
7175
only-summary:
7276
description: |
7377
Allows you to generate only the summary.

0 commit comments

Comments
 (0)