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 e6e2d96 commit 0833937Copy full SHA for 0833937
.github/workflows/github-actions-deploy.yml
@@ -21,12 +21,12 @@ jobs:
21
git config --global user.email "team@mupdivision.com"
22
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
23
git fetch --all
24
+ git pull origin master --tags -f
25
git checkout upstream/master
26
git pull upstream master
27
git checkout origin/master
28
git merge upstream/master
29
git push origin HEAD:master --force
- git pull --tags -f
30
git push --tags
31
- name: Checkout Fork
32
uses: actions/checkout@v3
0 commit comments