mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2025-06-03 09:17:56 +08:00
Fixed table rendering
This commit is contained in:
parent
622360717d
commit
9bf1ad536e
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user