merge with master not latest

This commit is contained in:
2026-01-31 01:14:19 +01:00
parent e81cd81797
commit d4331bbef4

View File

@ -46,7 +46,7 @@ runs:
run: | run: |
if git ls-remote --exit-code --heads origin latest; then if git ls-remote --exit-code --heads origin latest; then
git switch latest git switch latest
git merge latest git merge master
else else
git checkout -b latest git checkout -b latest
fi fi