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 21
21
git config --global user.email "[email protected] "
22
22
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
23
23
git fetch --all
24
- git merge upstream/master
24
+ git merge upstream/master --allow-unrelated-histories
25
25
git push origin HEAD:master --force
26
26
git push origin --tags
27
27
- name : Checkout Fork
34
34
git config --global user.email "[email protected] "
35
35
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
36
36
git fetch --all
37
- git merge upstream/master
37
+ git merge upstream/master --allow-unrelated-histories
38
38
git push origin HEAD:master --force
39
39
git push origin --tags
40
40
- run : echo "The fork was updated"
You can’t perform that action at this time.
0 commit comments