mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-18 20:07:06 +00:00
fix: add git pull --rebase to V2 video hub builder to prevent push race conditions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user