Skip to content

Commit 737a7e9

Browse files
author
Himanshu Jain
committed
add fork workflow
1 parent 9aac7bd commit 737a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fork.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git remote add upstream https://github.com/midudev/minimalist-portfolio-json.git
3636
git fetch upstream
3737
git checkout main
38-
git merge upstream/main
38+
git merge --allow-unrelated-histories upstream/main
3939
4040
- name: Create branch
4141
run: |

0 commit comments

Comments
 (0)