From 3525f0fe889902f929cebd267ddc90f53bf0f7c4 Mon Sep 17 00:00:00 2001 From: Andrea Como Date: Sat, 20 Feb 2021 23:39:07 +0100 Subject: [PATCH] Fixing another typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b87059b..98070e0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Maven GAV Extractor' -description: 'Extracts Maven grouoId, artifactId and version from pom.xml' +description: 'Extracts Maven groupId, artifactId and version from pom.xml' branding: icon: 'bar-chart-2' color: 'orange'