From a436e250335e8961a68e849f13b4d4802f6390de Mon Sep 17 00:00:00 2001 From: Jonnatan Oyarzun Date: Sat, 20 May 2023 16:59:10 -0400 Subject: [PATCH] chore: change action name --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 550480c..9a8e128 100644 --- a/action.yaml +++ b/action.yaml @@ -1,4 +1,4 @@ -name: "go testcoverage" +name: "go testcoverage action" description: "Run tests and get coverage on your Go code" author: "Jonnatan Oyarzun" inputs: