Remove shell configuration
This commit is contained in:
parent
2848f4bf5e
commit
7848b6eb87
2 changed files with 0 additions and 8 deletions
|
@ -99,9 +99,6 @@ Following inputs can be used as `step.with` keys
|
|||
Should match any of the link:https://github.com/jreleaser/jreleaser/releases[published releases]. +
|
||||
You may use `latest` to pull the latest stable release or +
|
||||
`early-access` to pull the latest snapshot.
|
||||
| shell | String | bash | The shell used to run JReleaser. +
|
||||
Refer to the link:https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell[official docs]
|
||||
to learn more about the different shell types.
|
||||
| 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.
|
||||
|
|
|
@ -12,11 +12,6 @@ inputs:
|
|||
default: 'latest'
|
||||
required: true
|
||||
|
||||
shell:
|
||||
description: 'The shell used to run JReleaser.'
|
||||
default: 'bash'
|
||||
required: false
|
||||
|
||||
arguments:
|
||||
description: 'The command-line arguments to be passed to JReleaser.'
|
||||
default: 'full-release'
|
||||
|
|
Loading…
Reference in a new issue