Add artifact input to action.yml + improve logging

This commit is contained in:
Michal Dorner 2021-02-15 15:54:15 +01:00
parent 3510d9ac27
commit 075144b122
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
5 changed files with 30 additions and 3 deletions

View file

@ -3,6 +3,9 @@ description: |
Displays test results directly in GitHub. Supports .NET (xUnit, NUnit, MSTest), Dart, Flutter and JavaScript (JEST).
author: Michal Dorner <dorner.michal@gmail.com>
inputs:
artifact:
description: Name or regex of artifact containing test results
required: false
name:
description: Name of the check run
required: true