We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0833937 commit 8d0f3a1Copy full SHA for 8d0f3a1
.github/workflows/github-actions-deploy.yml
@@ -38,11 +38,11 @@ jobs:
38
git config --global user.email "[email protected]"
39
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
40
git fetch --all
41
+ git pull origin master --tags -f
42
git checkout upstream/master
- git pull upstream/master
43
+ git pull upstream master
44
git checkout origin/master
45
git merge upstream/master
46
git push origin HEAD:master --force
- git pull --tags -f
47
git push --tags
48
- run: echo "The fork was updated"
0 commit comments