Skip to content

Commit 7139da0

Browse files
committed
chore: fix ci
1 parent d7f2437 commit 7139da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: merge main
2828
run: |
2929
git fetch origin
30-
git merge origin/main --strategy-option theirs --no-commit --allow-unrelated-histories
30+
git merge origin/main --strategy-option ours --no-commit --allow-unrelated-histories
3131
3232
- name: update lean-toolchain
3333
id: toolchain-tag

0 commit comments

Comments
 (0)