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 2020 git config --global user.name "CI Bot"
2121 git config --global user.email "team@mupdivision.com"
2222 git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
23- git fetch upstream --all
23+ git fetch --all
2424 git checkout upstream/master
2525 git pull upstream/master
2626 git checkout origin master
3636 git config --global user.name "CI Bot"
3737 git config --global user.email "team@mupdivision.com"
3838 git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
39- git fetch upstream --all
39+ git fetch --all
4040 git checkout upstream/master
4141 git pull upstream/master
4242 git checkout origin master
You can’t perform that action at this time.
0 commit comments