From 9bf1ad536e681119d9ada9971e4915d701d2a1af Mon Sep 17 00:00:00 2001 From: acomo Date: Sat, 20 Feb 2021 23:30:05 +0100 Subject: [PATCH] Fixed table rendering --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6ed8de..999ad1e 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ This action expects you to have `maven` available in your workflow environment ## Inputs | Name | Description | Default | Required | -| --- | --- | --- | +| --- | --- | --- | --- | | `pom-location` | Full path to your project `pom.xml` file | `${{ github.workspace }}/pom.xml` | `true` | ## Outputs | Name | Description | -| --- | --- | --- | +| --- | --- | | `group-id` | Group Id of your project | | `artifact-id` | Artifact Id of your project | | `version` | Version of your project |