Skip to content

Commit

Permalink
allow-unrelated-histories error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Rubel-Ahmed-Rana committed Jul 3, 2024
1 parent 7f50b0e commit fcae68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: |
git fetch origin main
git checkout main
git merge --no-ff ${{ github.event.ref }}
git merge --no-ff --allow-unrelated-histories ${{ github.event.ref }}
git push origin main

0 comments on commit fcae68f

Please sign in to comment.