Skip to content

Commit

Permalink
add fork workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Jain committed Feb 20, 2024
1 parent 9aac7bd commit 737a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git remote add upstream https://github.com/midudev/minimalist-portfolio-json.git
git fetch upstream
git checkout main
git merge upstream/main
git merge --allow-unrelated-histories upstream/main
- name: Create branch
run: |
Expand Down

0 comments on commit 737a7e9

Please sign in to comment.