Commit 7b3e11d
committed
Let sync workflow work with non-default branches
Currently the sync workflow checkouts always the default
branch in repository, so in case where we want to sync
other branch, such as `18.0-fr2`, the attempt of rebase
will result in unknown branch (as it was not pulled
by default to the locally cloned repository).
Hence, after this commit is applied, we will perform rebase
to what was explicitly fetched.1 parent 07f3e15 commit 7b3e11d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
0 commit comments