Merge main branch squashed 2025-03-23
This commit is contained in:
parent
e2fa915bdd
commit
c218f0fa08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user