mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
feat: allows to generate the summary only.
This commit is contained in:
parent
e8f4fdfec7
commit
17e793242c
6 changed files with 189 additions and 129 deletions
|
|
@ -53,6 +53,10 @@ inputs:
|
|||
working-directory:
|
||||
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
|
||||
required: false
|
||||
only-summary:
|
||||
description: allows you to generate the summary only.
|
||||
default: 'false'
|
||||
required: false
|
||||
token:
|
||||
description: GitHub Access Token
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue