From 2709296395332642ded9e90bc08c6c71d6b1162e Mon Sep 17 00:00:00 2001 From: Giuliano Errico <47216590+ciuliene@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:47:37 +0200 Subject: [PATCH] Update action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo 🤡 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 683904d..08a8f7b 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'orgoro' inputs: coverageFile: required: true - description: 'local path to a covergae xml file like the output of pytest --cov' + description: 'local path to a coverage xml file like the output of pytest --cov' token: required: true description: 'github token'