We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aac7bd commit 737a7e9Copy full SHA for 737a7e9
.github/workflows/fork.yml
@@ -35,7 +35,7 @@ jobs:
35
git remote add upstream https://github.com/midudev/minimalist-portfolio-json.git
36
git fetch upstream
37
git checkout main
38
- git merge upstream/main
+ git merge --allow-unrelated-histories upstream/main
39
40
- name: Create branch
41
run: |
0 commit comments