From ee17114544ce73789f8fdb7ed784bac762214692 Mon Sep 17 00:00:00 2001 From: irongut Date: Mon, 10 May 2021 23:19:09 +0100 Subject: [PATCH] updated action description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02887d7..f0a7eb9 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Code Coverage Summary' author: 'Irongut ' -description: 'A GitHub Action that reads Cobertura format code coverage files and outputs a summary.' +description: 'A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.' branding: icon: book-open color: purple