Skip to content

Commit e7106c2

Browse files
committed
Fix error "fatal: refusing to merge unrelated histories" by fetching the complete master
1 parent 722e7e0 commit e7106c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-unity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Merge master into current branch
7575
if: ${{ inputs.mergeMaster }}
7676
run: |
77-
git fetch origin master --depth=1
77+
git fetch origin master
7878
git merge FETCH_HEAD
7979
git push
8080

0 commit comments

Comments
 (0)