File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 git config --global user.email "team@mupdivision.com"
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
3434 git config --global user.email "team@mupdivision.com"
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"
You can’t perform that action at this time.
0 commit comments