Support coma separated list of paths to test reports

This commit is contained in:
Michal Dorner 2021-01-24 21:14:16 +01:00
parent 40b5f476c7
commit 0ce114d684
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
3 changed files with 11 additions and 5 deletions

View file

@ -16,7 +16,10 @@ inputs:
description: Name of the check run
required: true
path:
description: Path to test report
description: |
Coma separated list of paths to test reports
Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob)
All matched files must be of same format
required: true
reporter:
description: |