We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f2437 commit 7139da0Copy full SHA for 7139da0
1 file changed
.github/workflows/update-nightly.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: merge main
28
run: |
29
git fetch origin
30
- git merge origin/main --strategy-option theirs --no-commit --allow-unrelated-histories
+ git merge origin/main --strategy-option ours --no-commit --allow-unrelated-histories
31
32
- name: update lean-toolchain
33
id: toolchain-tag
0 commit comments