From 0a5dc1ab75dd4f2df94a38bd3930f60a8235f69e Mon Sep 17 00:00:00 2001 From: Connor Vidlock Date: Mon, 20 Mar 2023 14:10:39 -0500 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 6efed7c..6817b67 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ -name: Test Reporter +name: Test Reporter with Notice Option description: | - Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Java (JUnit), JavaScript (JEST, Mocha) -author: Michal Dorner + Fork of dorny/test-reporter but with option to surface link to html notice to combat GHA bug +author: Connor Vidlock inputs: artifact: description: Name or regex of artifact containing test results