Skip to content

Commit

Permalink
language check (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanyikAnna authored and godrei committed Aug 31, 2018
1 parent 13fc7d2 commit dafaa41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dafaa41

Please sign in to comment.