diff --git a/windows/clone-pull-request.ps1 b/windows/clone-pull-request.ps1 index 3d2f44a..3cebaaf 100644 --- a/windows/clone-pull-request.ps1 +++ b/windows/clone-pull-request.ps1 @@ -13,4 +13,4 @@ git fetch $FLAGS origin "+refs/heads/${Env:DRONE_COMMIT_BRANCH}:" git checkout $Env:DRONE_COMMIT_BRANCH git fetch origin "${Env:DRONE_COMMIT_REF}:" -git rebase $Env:DRONE_COMMIT_SHA +git merge $Env:DRONE_COMMIT_SHA