ryu-cho #116635
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ryu-cho | |
on: | |
schedule: | |
- cron: "*/5 * * * *" | |
jobs: | |
ryu-cho: | |
name: Ryu Cho | |
runs-on: ubuntu-latest | |
steps: | |
- uses: vuejs-translations/ryu-cho@v1 | |
with: | |
access-token: ${{ secrets.GITHUB_TOKEN }} | |
username: github-actions | |
email: "[email protected]" | |
# TODO: Replace this with your own repo URL | |
upstream-repo: https://github.com/tony19/vite-docs-template.git | |
# TODO: Replace this with your own repo's branch name | |
upstream-repo-branch: main | |
head-repo: https://github.com/vitejs/vite | |
head-repo-branch: main | |
track-from: 344642ad630d8658308dbf707ed805cb04b49d58 | |
path-starts-with: docs/ | |
workflow-name: ryu-cho |