zendev-lab/README Translation Sync
Automatically sync README translations using GitHub Models AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-file | Source README file to translate | no | README.md |
| target-file | Target translated README file | no | README.zh-CN.md |
| target-language | Target language for translation | no | Chinese |
| model | GitHub Models model to use | no | openai/gpt-4o-mini |
| token | GitHub token with models:read permission | no | ${{ github.token }} |
| github-token | GitHub token with models:read permission (deprecated, use token instead) | no | — |
| max-tokens | Maximum number of tokens to generate | no | 8192 |
Outputs
| name | description |
|---|---|
| has-changes | Whether the translation has changes |