Update README.adoc

This commit is contained in:
Christian Stein 2021-03-30 14:01:36 +02:00 committed by Andres Almiray
parent d7a9d6425c
commit d3b4728bcc

View file

@ -87,6 +87,9 @@ Following inputs can be used as `step.with` keys
| 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. +
Defaults to the directory the calling workflow runs in.
|
|=== |===
== Environment Variables == Environment Variables