From 602ea3121584e5d660536c60e9ee795ba0576d86 Mon Sep 17 00:00:00 2001 From: cycjimmy Date: Mon, 21 Oct 2019 13:49:38 +0800 Subject: [PATCH] docs(inputs): remove redundant defaults --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ada2221..551b552c 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ GitHub Action for [Semantic Release](https://github.com/semantic-release/semanti #### Step3: Add a [Workflow File](https://help.github.com/en/articles/workflow-syntax-for-github-actions) to your repository to create custom automated processes. * inputs: * `branch`: [Optional] The branch for release. Default `"master"`. - * `extra_plugins`: [Optional] Extra plugins for pre-install. Default `""`. - * `dry_run`: [Optional] Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file. Default `""`. + * `extra_plugins`: [Optional] Extra plugins for pre-install. + * `dry_run`: [Optional] Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file. * outputs: * `new_release_published`: Whether a new release was published. `true` or `false` * `new_release_version`: Version of the new release