Remove shell configuration

This commit is contained in:
Andres Almiray 2022-02-02 22:41:01 +01:00
parent 2848f4bf5e
commit 7848b6eb87
No known key found for this signature in database
GPG key ID: CCC55C5167419ADB
2 changed files with 0 additions and 8 deletions

View file

@ -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.

View file

@ -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'