From 0dc84ecaebe6d6591411ab645d4e98ecfab71ad2 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Thu, 17 Oct 2024 16:57:59 +0100 Subject: [PATCH] Pull latest changes before syncing to notebooks --- .github/workflows/odh-notebooks-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/odh-notebooks-sync.yml b/.github/workflows/odh-notebooks-sync.yml index ecb5b0a50..f0853bff4 100644 --- a/.github/workflows/odh-notebooks-sync.yml +++ b/.github/workflows/odh-notebooks-sync.yml @@ -47,8 +47,8 @@ jobs: git config --global user.email "138894154+codeflare-machine-account@users.noreply.github.com" git config --global user.name "codeflare-machine-account" git remote -v - git fetch upstream $BRANCH_NAME git checkout $BRANCH_NAME + git pull upstream $BRANCH_NAME && git push origin $BRANCH_NAME - name: Setup Python environment uses: actions/setup-python@v4