Skip to content

Commit a3db591

Browse files
fix
1 parent 7c50d75 commit a3db591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global user.email "[email protected]"
2222
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
2323
git fetch --all
24-
git merge upstream/master
24+
git merge upstream/master --allow-unrelated-histories
2525
git push origin HEAD:master --force
2626
git push origin --tags
2727
- name: Checkout Fork
@@ -34,7 +34,7 @@ jobs:
3434
git config --global user.email "[email protected]"
3535
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
3636
git fetch --all
37-
git merge upstream/master
37+
git merge upstream/master --allow-unrelated-histories
3838
git push origin HEAD:master --force
3939
git push origin --tags
4040
- run: echo "The fork was updated"

0 commit comments

Comments
 (0)