hide212131/AI Docsite Translator
Run the ai-docsite-translator CLI as a reusable GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upstream-url | URL of the upstream (source) repository | yes | — |
| origin-url | URL of the origin (translation) repository | yes | — |
| origin-branch | Branch on the origin repository to base sync branches from | no | main |
| translation-branch-template | Template for generated translation branch names | no | sync-<upstream-short-sha> |
| mode | Execution mode for the CLI (batch or dev) | no | batch |
| since | Reference revision to scope translations when running in dev mode | no | "" |
| dry-run | If true, run without committing, pushing, or creating PRs | no | false |
| translation-mode | Translation mode for the CLI (production, dry-run, or mock) | no | production |
| limit | Maximum number of documents to translate in a run | no | "" |
| log-format | Log format for CLI output (text or json) | no | text |
| extra-args | Additional CLI arguments appended verbatim | no | "" |
Outputs
no outputs