Skip to content

Commit b82a4f8

Browse files
koki-developclaude
andcommitted
sync-fork: pass --no-rebase to git pull to fix divergent branch error
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a979af8 commit b82a4f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Pull upstream changes
2626
run: |
2727
git remote add upstream https://github.com/google/nsjail.git
28-
git pull upstream master
28+
git pull --no-rebase upstream master
2929
git push origin master

0 commit comments

Comments
 (0)