Skip to content

Commit

Permalink
Pull latest changes before syncing to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and openshift-merge-bot[bot] committed Oct 17, 2024
1 parent fd3877d commit 2e28f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/odh-notebooks-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e28f8a

Please sign in to comment.