merge with master not latest
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user