Skip to content

Commit 1e6fa2c

Browse files
docs: pull_request_base_branch_name description (#276)
1 parent b8012bd commit 1e6fa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ By default, the action will look for the `crowdin.yml` file in the root of the r
163163
| `pull_request_assignees` | The pull request assignees | `crowdin-bot` |
164164
| `pull_request_reviewers` | The pull request reviewers | `user-reviewer` |
165165
| `pull_request_team_reviewers` | The pull request team reviewers | `team-reviewer` |
166-
| `pull_request_base_branch_name` | The git branch name to with pull request will be created. If not specified, the default branch is used | `main` |
166+
| `pull_request_base_branch_name` | The base branch that the pull request will target. If not specified, the default branch is used | `main` |
167167
| `skip_ref_checkout` | Skip the default git checkout on `GITHUB_REF` if you need to checkout multiple branches in a single workflow | `false` (default) |
168168

169169
### Global options

0 commit comments

Comments
 (0)