From abd7ec2a726b33d00e334a9321289b17326cee7d Mon Sep 17 00:00:00 2001 From: BanyikAnna <38906545+BanyikAnna@users.noreply.github.com> Date: Thu, 30 Aug 2018 16:01:28 +0200 Subject: [PATCH] language check --- step.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/step.yml b/step.yml index 009c43cb..55419d0e 100644 --- a/step.yml +++ b/step.yml @@ -3,10 +3,10 @@ summary: Clone a repository to the specified path on the VM description: | Clones a repository based on the provided inputs. - If `pull_request_id` is provided then all other git checkout parameters will be ignored. - If a git commit is provided it will ignore the tag and branch parameters. - If no git commit but a tag is provided then it will ignore the branch parameter. - If no `branch` parameter is provided then it'll skip `git checkout`. + If a `pull_request_id` is provided, then all other git checkout parameters will be ignored. + If a git commit is provided, it will ignore the tag and branch parameters. + If a tag is provided instead of a git commit, then it will ignore the branch parameter. + If no `branch` parameter is provided, then it'll skip the `git checkout`. website: https://github.com/bitrise-io/steps-git-clone source_code_url: https://github.com/bitrise-io/steps-git-clone support_url: https://github.com/bitrise-io/steps-git-clone/issues @@ -53,7 +53,7 @@ inputs: - branch_dest: "$BITRISEIO_GIT_BRANCH_DEST" opts: category: Clone Config - title: "Destination git Branch. Used for pull requests" + title: "Destination git Branch, used for pull requests" is_dont_change_value: true - pull_request_id: "$PULL_REQUEST_ID" opts: @@ -87,7 +87,7 @@ inputs: title: "Limit fetching to the specified number of commits" description: |- Limit fetching to the specified number of commits. - The value should be a decimal number, example: `10`. + The value should be a decimal number, for example `10`. - reset_repository: "No" opts: category: Debug