File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ forks.
145
145
**`branch_previews`** is the branch to which pull request previews are deployed.
146
146
It defaults to the value of `branch`.
147
147
148
- **`repo_previews`** is the remote repository to which pull request previews are
149
- deployed. It defaults to the value of `repo`, and when specified manually, must
150
- follow its formatting scheme .
148
+ **`repo_previews`** can be used to override the remote repository to which pull request previews are
149
+ deployed. If this is not set, it will be the same as `deploy_repo` (if that is set) or `repo` otherwise.
150
+ The expected format of the argument is the same as for `repo` .
151
151
152
152
!!! note
153
153
Pull requests made from forks will not have previews.
You can’t perform that action at this time.
0 commit comments