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 41a46fb commit 5c688afCopy full SHA for 5c688af
.github/workflows/sync.yaml
@@ -23,10 +23,10 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
- name: Add upstream
25
run: |
26
- git add remote upstream git@github.com:vuejs/docs-next.git
+ git remote add upstream git@github.com:vuejs/docs-next.git
27
- name: Pull upstream changes
28
29
+ git pull upstream master
30
- name: Sync it
31
32
git push origin master
0 commit comments