Skip to content

Commit 8351b58

Browse files
authored
Merge pull request #160 from aytdm/fix-sync-upstream-workflow
fix(ci): update sync workflow
2 parents 41a46fb + 5c688af commit 8351b58

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 [email protected]:vuejs/docs-next.git
26+
git remote add upstream [email protected]:vuejs/docs-next.git
2727
- name: Pull upstream changes
2828
run: |
29-
git add remote upstream [email protected]: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)