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