From 2cc6a8c9efdf5d0a98525ad25f0a17abaf47f0a8 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:57:09 -0700 Subject: [PATCH 1/2] "Coma separated" -> "Comma-separated" Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 727968f6..45a1200a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ jobs: # Name of the Check Run which will be created name: '' - # 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 the same format path: '' 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 2/2] "Coma separated" -> "Comma-separated" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 325e2c4a..f89930a7 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