Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d4331bbef4
|
|||
|
e81cd81797
|
@ -46,8 +46,8 @@ 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
|
||||||
git push origin latest
|
|
||||||
fi
|
fi
|
||||||
|
git push origin latest
|
||||||
|
|||||||
Reference in New Issue
Block a user