Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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