Skip to content

Commit

Permalink
chore: update url examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jul 26, 2021
1 parent 6ad4c4c commit 0a768f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Ryu Cho
runs-on: ubuntu-latest
steps:
- uses: vuejs-jp/che-tsumi-next@v1
- uses: vuejs-translations/ryu-cho@v1
with:
# GitHub access token. Required.
access-token: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -36,14 +36,14 @@ jobs:

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

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

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

# The branch for the head repo. Optional. Defaults to `main`.
head-repo-branch: main
Expand Down

0 comments on commit 0a768f9

Please sign in to comment.