We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3877d commit 2e28f8aCopy full SHA for 2e28f8a
.github/workflows/odh-notebooks-sync.yml
@@ -47,8 +47,8 @@ jobs:
47
git config --global user.email "138894154+codeflare-machine-account@users.noreply.github.com"
48
git config --global user.name "codeflare-machine-account"
49
git remote -v
50
- git fetch upstream $BRANCH_NAME
51
git checkout $BRANCH_NAME
+ git pull upstream $BRANCH_NAME && git push origin $BRANCH_NAME
52
53
- name: Setup Python environment
54
uses: actions/setup-python@v4
0 commit comments