From cc80640a29a540798f1b85502ed6356bdab53d8b Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 22 May 2026 16:12:21 +0200 Subject: [PATCH] fix: add git pull --rebase to V2 video hub builder to prevent push race conditions --- .github/workflows/agentic_v2_videos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/agentic_v2_videos.yml b/.github/workflows/agentic_v2_videos.yml index d101e817..05acbce2 100644 --- a/.github/workflows/agentic_v2_videos.yml +++ b/.github/workflows/agentic_v2_videos.yml @@ -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