Skip to content

Commit 5f553cb

Browse files
authored
Merge pull request #165 from aytdm/fix-sync-upstream-workflow
fix(ci): fix sync workflow
2 parents 175961c + 57de2a4 commit 5f553cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Add upstream
2525
run: |
26-
git remote add upstream git@github.com:vuejs/docs-next.git
26+
git remote add upstream https://github.com/vuejs/docs-next.git
2727
- name: Pull upstream changes
2828
run: |
29+
git config pull.rebase false
2930
git pull upstream master
3031
- name: Sync it
3132
run: |

0 commit comments

Comments
 (0)