fix: use nobu007/[email protected] #20
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: Translate README | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
pull-requests: write | |
jobs: | |
translate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run README AI Translator Action | |
uses: nobu007/[email protected] | |
with: | |
repo: 'https://github.com/nobu007/llm_docker_setting_pub' # 対象リポジトリのURL | |
language: 'ja' # 生成する言語(例: ja, en) | |
exclude: 'node_modules,dist' # 除外するファイルやディレクトリ |