Skip to content

Commit c1e2b82

Browse files
fix
1 parent c96223a commit c1e2b82

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
@@ -20,7 +20,7 @@ jobs:
2020
git config --global user.name "CI Bot"
2121
git config --global user.email "[email protected]"
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
@@ -36,7 +36,7 @@ jobs:
3636
git config --global user.name "CI Bot"
3737
git config --global user.email "[email protected]"
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

0 commit comments

Comments
 (0)