Skip to content

Commit dafaa41

Browse files
BanyikAnnagodrei
authored andcommitted
language check (#84)
1 parent 13fc7d2 commit dafaa41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

step.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ summary: Clone a repository to the specified path on the VM
33
description: |
44
Clones a repository based on the provided inputs.
55
6-
If `pull_request_id` is provided then all other git checkout parameters will be ignored.
7-
If a git commit is provided it will ignore the tag and branch parameters.
8-
If no git commit but a tag is provided then it will ignore the branch parameter.
9-
If no `branch` parameter is provided then it'll skip `git checkout`.
6+
If a `pull_request_id` is provided, then all other git checkout parameters will be ignored.
7+
If a git commit is provided, it will ignore the tag and branch parameters.
8+
If a tag is provided instead of a git commit, then it will ignore the branch parameter.
9+
If no `branch` parameter is provided, then it'll skip the `git checkout`.
1010
website: https://github.com/bitrise-io/steps-git-clone
1111
source_code_url: https://github.com/bitrise-io/steps-git-clone
1212
support_url: https://github.com/bitrise-io/steps-git-clone/issues
@@ -53,7 +53,7 @@ inputs:
5353
- branch_dest: "$BITRISEIO_GIT_BRANCH_DEST"
5454
opts:
5555
category: Clone Config
56-
title: "Destination git Branch. Used for pull requests"
56+
title: "Destination git Branch, used for pull requests"
5757
is_dont_change_value: true
5858
- pull_request_id: "$PULL_REQUEST_ID"
5959
opts:
@@ -87,7 +87,7 @@ inputs:
8787
title: "Limit fetching to the specified number of commits"
8888
description: |-
8989
Limit fetching to the specified number of commits.
90-
The value should be a decimal number, example: `10`.
90+
The value should be a decimal number, for example `10`.
9191
- reset_repository: "No"
9292
opts:
9393
category: Debug

0 commit comments

Comments
 (0)