Skip to content

Commit

Permalink
+2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 25, 2024
1 parent a915829 commit 08340a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ jobs:
}
Write-Host "Merging with main:"
git merge main
Write-Host "Merging with 0_official/main:"
git merge 0_official/main
if (-not $?) { throw "git merge failed" }
git push
if (-not $?) { throw "git push failed" }
Expand Down

0 comments on commit 08340a6

Please sign in to comment.