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.
2 parents 41a46fb + 5c688af commit 8351b58Copy full SHA for 8351b58
.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