Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 8, 2024
1 parent 01ef38e commit d3ecf78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Attempt rebase
run: |
git config --global user.email "[email protected]"
git config --global user.name "NVIDIA NeMo Bot"
git fetch origin main
git rebase origin/main
git push --force
Expand Down

0 comments on commit d3ecf78

Please sign in to comment.