Skip to content

Commit 2d977e8

Browse files
viktorbeneigodrei
authored andcommitted
Clarify the description of manual_merge, when to set it to no (#87)
The `no` option should only be selected for GitHub & Bitbucket repos, and only for PRs coming from private fork repos.
1 parent 902d05e commit 2d977e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ inputs:
103103
summary: Prefer to do a manual `git merge` by default.
104104
description: |-
105105
Prefer to do a manual `git merge` by default.
106-
When the PR is from a private repository, set this to `"no"`.
106+
When the Pull Request is from a GitHub or Bitbucket private fork repository set this to `"no"`.
107107
value_options:
108108
- "yes"
109109
- "no"

0 commit comments

Comments
 (0)