k42um/README Translation
Translate README.md into English (or any language) using the DeepL API and commit the result.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deepl_api_key | DeepL API key (Free or Pro). Store this as a repository secret. | yes | — |
| input_file | Path to the source README file. | no | README.md |
| output_file | Path for the translated output file. | no | README.en.md |
| source_lang | Source language code (e.g. JA, ZH, DE). Leave blank to let DeepL auto-detect. | no | JA |
| target_lang | Target language code (e.g. EN-US, EN-GB, FR). | no | EN-US |
| commit_changes | Commit and push the translated file automatically. | no | true |
| commit_message | Git commit message used when committing the translated file. | no | docs: update translated README (auto-translated) |
| commit_user_name | Git user.name for the auto-commit. | no | github-actions[bot] |
| commit_user_email | Git user.email for the auto-commit. | no | github-actions[bot]@users.noreply.github.com |
Outputs
no outputs