Skip to content

Commit 7c50d75

Browse files
fix
1 parent d982704 commit 7c50d75

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/github-actions-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
git config --global user.email "[email protected]"
2222
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
2323
git fetch --all
24-
git checkout upstream/master
25-
git pull upstream/master
26-
git checkout origin master
2724
git merge upstream/master
2825
git push origin HEAD:master --force
2926
git push origin --tags
@@ -37,9 +34,6 @@ jobs:
3734
git config --global user.email "[email protected]"
3835
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
3936
git fetch --all
40-
git checkout upstream/master
41-
git pull upstream/master
42-
git checkout origin master
4337
git merge upstream/master
4438
git push origin HEAD:master --force
4539
git push origin --tags

0 commit comments

Comments
 (0)