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

This commit is contained in:
2024-03-03 19:12:02 +00:00
parent 76969bf31f
commit 0527b7fe96

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