From d51dd9ab50d85834bf45575495e734725b63d631 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:57:43 -0700 Subject: [PATCH] "Coma separated" -> "Comma-separated" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 325e2c4..f89930a 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: required: true path: description: | - Coma separated list of paths to test results + Comma-separated list of paths to test results Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob) All matched result files must be of same format required: true