Skip to content

Commit

Permalink
Readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacomo committed Sep 26, 2022
1 parent 2e24eec commit 888fab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 888fab6

Please sign in to comment.