Skip to content

Commit 83720be

Browse files
fix
1 parent 5a6be55 commit 83720be

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
@@ -23,7 +23,7 @@ jobs:
2323
git fetch --all
2424
git checkout upstream/master
2525
git pull upstream master
26-
git checkout origin master
26+
git checkout origin/master
2727
git merge upstream/master
2828
git push origin HEAD:master --force
2929
git push origin --tags
@@ -39,7 +39,7 @@ jobs:
3939
git fetch --all
4040
git checkout upstream/master
4141
git pull upstream/master
42-
git checkout origin master
42+
git checkout origin/master
4343
git merge upstream/master
4444
git push origin HEAD:master --force
4545
git push origin --tags

0 commit comments

Comments
 (0)