mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-16 11:25:43 +00:00
refactor(inputs): remove redundant defaults and options
This commit is contained in:
parent
fd6487c160
commit
18455e9e99
4 changed files with 18 additions and 17 deletions
|
|
@ -10,10 +10,8 @@ inputs:
|
|||
default: master
|
||||
extra_plugins:
|
||||
description: 'Extra plugins for pre-install'
|
||||
default: ''
|
||||
dry_run:
|
||||
description: 'Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file'
|
||||
default: ''
|
||||
outputs:
|
||||
new_release_published:
|
||||
description: 'Whether a new release was published'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue