fix: add git pull --rebase to V2 video hub builder to prevent push race conditions

This commit is contained in:
Nubenetes Bot
2026-05-22 16:12:30 +02:00
parent 632e2333e9
commit cc80640a29
+1
View File
@@ -49,5 +49,6 @@ jobs:
echo "No changes to commit."
else
git commit -m "docs: automated V2 video hub update [skip ci]"
git pull --rebase origin develop
git push origin develop
fi