@@ -3,10 +3,10 @@ summary: Clone a repository to the specified path on the VM
33description : |
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`.
1010website : https://github.com/bitrise-io/steps-git-clone
1111source_code_url : https://github.com/bitrise-io/steps-git-clone
1212support_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