Skip to content

Commit b7d3791

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

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Merge master into current branch
7878
if: ${{ inputs.mergeMaster }}
7979
run: |
80-
git fetch origin master --depth=1
80+
git fetch origin master
8181
git merge FETCH_HEAD
8282
git push
8383

0 commit comments

Comments
 (0)