Update formatting of inputs table

This commit is contained in:
Andres Almiray 2021-03-30 16:10:07 +02:00
parent d3b4728bcc
commit 357ed3db17

View file

@ -81,15 +81,14 @@ then you can skip the second "setup" step.
Following inputs can be used as `step.with` keys Following inputs can be used as `step.with` keys
[%header,width="100%"] [%header,cols="<2,<,<2,<3",width="100%"]
|=== |===
| Name | Type | Default | Description | Name | Type | Default | Description
| version | String | early-access | The JReleaser version to use. + | version | String | early-access | The JReleaser version to use. +
Should match any of the link:https://github.com/jreleaser/jreleaser/releases[published releases]. Should match any of the link:https://github.com/jreleaser/jreleaser/releases[published releases].
| arguments | String | full-release | The JReleaser command to run. | arguments | String | full-release | The JReleaser command to run.
| working-directory | String | ${{ github.workspace }} | The directory to change into. + | working-directory | String | ${{ github.workspace }} | The directory to change into. +
Defaults to the directory the calling workflow runs in. Defaults to the directory the calling workflow runs in.
|
|=== |===
== Environment Variables == Environment Variables