Skip to content

Commit

Permalink
+89
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent 406ad22 commit 29d3e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
git branch -a
Write-Host "Merging latest commits from PR $pr_num"
git merge "refs/pull/$pr_num/merge"
git merge "remotes/0_official/pull/$pr_num/head"
if (-not $?) { throw "git merge failed" }
git push
if (-not $?) { throw "git push failed" }
Expand Down

0 comments on commit 29d3e78

Please sign in to comment.