Fixed table rendering

This commit is contained in:
acomo 2021-02-20 23:30:05 +01:00
parent 622360717d
commit 9bf1ad536e

View File

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