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 20
20
git config --global user.name "CI Bot"
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
- git fetch --all upstream
23
+ git fetch upstream --all
24
24
git checkout upstream/master
25
25
git pull upstream/master
26
26
git checkout origin master
36
36
git config --global user.name "CI Bot"
37
37
git config --global user.email "[email protected] "
38
38
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
39
- git fetch --all upstream
39
+ git fetch upstream --all
40
40
git checkout upstream/master
41
41
git pull upstream/master
42
42
git checkout origin master
You can’t perform that action at this time.
0 commit comments