Skip to content

Commit 2e28f8a

Browse files
Pull latest changes before syncing to notebooks
1 parent fd3877d commit 2e28f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/odh-notebooks-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
git config --global user.email "[email protected]"
4848
git config --global user.name "codeflare-machine-account"
4949
git remote -v
50-
git fetch upstream $BRANCH_NAME
5150
git checkout $BRANCH_NAME
51+
git pull upstream $BRANCH_NAME && git push origin $BRANCH_NAME
5252
5353
- name: Setup Python environment
5454
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)