Merge main branch squashed 2025-03-23

This commit is contained in:
Gitea Actions 2025-03-23 17:45:56 +00:00
parent 2f7d53b4b9
commit 8035479e65

View File

@ -34,7 +34,8 @@ jobs:
if [ $commits_ahead -ne 0 ]
then
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
echo "Merge not necessary"
fi