Merge main branch squashed 2025-03-23

This commit is contained in:
Gitea Actions 2025-03-23 17:45:56 +00:00 committed by Julian Mutter
parent e2fa915bdd
commit c218f0fa08

View File

@ -34,7 +34,8 @@ jobs:
if [ $commits_ahead -ne 0 ] if [ $commits_ahead -ne 0 ]
then then
git fetch origin git fetch origin
git merge -m "Merge main branch $(date -I)" -X theirs origin/main git merge -X theirs --squash origin/main
git commit -m "Merge main branch squashed $(date -I)"
else else
echo "Merge not necessary" echo "Merge not necessary"
fi fi