From 888fab6ad5fdd3705762fa093fd9171006888ca2 Mon Sep 17 00:00:00 2001 From: Andrea Como Date: Mon, 26 Sep 2022 23:28:18 +0200 Subject: [PATCH] Readme improvement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3b21d1..f1fb51d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This *GitHub Action* extracts GAV from `pom.xml`, i.e.: * `groupId` * `artifactId` * `version` - * `name` + * `name` (as Maven default, get the same value of `artifactId` if not specified) Why should I need this? For example, to **name** and **tag** a Docker image built upon your artifact or **pass as parameters** to a dispatched workflow. @@ -28,7 +28,7 @@ This action expects you to have `maven` available in your workflow environment | `group-id` | Group Id of your project | | `artifact-id` | Artifact Id of your project | | `version` | Version of your project | -| `name` | Name of your project | +| `name` | Name of your project, artifact Id if not specified | ## Example usage