Skip to content

Commit 0a768f9

Browse files
committed
chore: update url examples
1 parent 6ad4c4c commit 0a768f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Ryu Cho
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: vuejs-jp/che-tsumi-next@v1
26+
- uses: vuejs-translations/ryu-cho@v1
2727
with:
2828
# GitHub access token. Required.
2929
access-token: ${{ secrets.ACCESS_TOKEN }}
@@ -36,14 +36,14 @@ jobs:
3636

3737
# The url for the upstream repo. This is the repository that you
3838
# set up Ryu-Cho. Required.
39-
upstream-repo: https://github.com/vuejs-jp/vite-docs-ja.git
39+
upstream-repo: https://github.com/vuejs-translations/docs-ja.git
4040

4141
# The branch for the upstream repo. Optional. Defaults to `main`.
4242
upstream-repo-branch: main
4343

4444
# The head repo to track. This is the repository you want to
4545
# take a diff. Required.
46-
head-repo: https://github.com/vitejs/vite
46+
head-repo: https://github.com/vuejs/docs.git
4747

4848
# The branch for the head repo. Optional. Defaults to `main`.
4949
head-repo-branch: main

0 commit comments

Comments
 (0)