Skip to content

Commit

Permalink
Update formatting of inputs table
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 30, 2021
1 parent d3b4728 commit 357ed3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,14 @@ then you can skip the second "setup" step.

Following inputs can be used as `step.with` keys

[%header,width="100%"]
[%header,cols="<2,<,<2,<3",width="100%"]
|===
| Name | Type | Default | Description
| version | String | early-access | The JReleaser version to use. +
| Name | Type | Default | Description
| version | String | early-access | The JReleaser version to use. +
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. +
Defaults to the directory the calling workflow runs in.
|
|===

== Environment Variables
Expand Down

0 comments on commit 357ed3d

Please sign in to comment.