Обновить .gitea/workflows/automerge-with-core.yaml

This commit is contained in:
Владимир Шперлинг 2024-03-03 19:07:24 +00:00
parent fe694fcff0
commit 67742c3386

@ -26,7 +26,7 @@ jobs:
echo "Cloning Fetch core" echo "Cloning Fetch core"
git fetch core git fetch core
echo "Cloning Merge core" echo "Cloning Merge core"
git merge --allow-unrelated-histories core/main git merge -s subtree --allow-unrelated-histories core/main
echo "Cloning Push core" echo "Cloning Push core"
git push --force git push --force
echo "OK" echo "OK"