Skip to content

Commit 5c688af

Browse files
author
numa
committed
fix(ci): update sync workflow
1 parent 41a46fb commit 5c688af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Add upstream
2525
run: |
26-
git add remote upstream git@github.com:vuejs/docs-next.git
26+
git remote add upstream git@github.com:vuejs/docs-next.git
2727
- name: Pull upstream changes
2828
run: |
29-
git add remote upstream git@github.com:vuejs/docs-next.git
29+
git pull upstream master
3030
- name: Sync it
3131
run: |
3232
git push origin master

0 commit comments

Comments
 (0)