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 5a6be55 commit 83720beCopy full SHA for 83720be
.github/workflows/github-actions-deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
git fetch --all
24
git checkout upstream/master
25
git pull upstream master
26
- git checkout origin master
+ git checkout origin/master
27
git merge upstream/master
28
git push origin HEAD:master --force
29
git push origin --tags
@@ -39,7 +39,7 @@ jobs:
39
40
41
git pull upstream/master
42
43
44
45
0 commit comments