Skip to content

Commit f5d08c7

Browse files
authored
Add report-title and collapsed fields to dorny/test-reporter@v2 (#117)
1 parent d73fda2 commit f5d08c7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

typings/dorny/test-reporter/v2/action-types.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ inputs:
6666
token:
6767
type: string
6868

69+
report-title:
70+
type: string
71+
72+
collapsed:
73+
type: enum
74+
allowed-values:
75+
- never
76+
- always
77+
- auto
78+
6979
outputs:
7080
conclusion:
7181
type: enum

0 commit comments

Comments
 (0)