fidelusaleksander/AI Translate Action
Translate text using AI directly in your GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token, can be passed as secrets.GITHUB_TOKEN | — | ${{ github.token }} |
| text | Text to translate | no | — |
| text-file | Path to a file containing the text to translate | no | — |
| target-language | The language to translate the text into | yes | — |
| model | The AI model to use for translation | — | gpt-4o |
| custom-instructions | Optional additional instructions to customize the translation behavior. For example: "Don't translate code blocks" or "Keep technical terms in English". Use this to control how specific parts of the text should be handled during translation. | no | — |
Outputs
| name | description |
|---|---|
| translated-text | The translated text |