fidelusaleksander/AI Translate Action

Translate text using AI directly in your GitHub Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenPersonal access token, can be passed as secrets.GITHUB_TOKEN ${{ github.token }}
textText to translate no
text-filePath to a file containing the text to translate no
target-languageThe language to translate the text into yes
modelThe AI model to use for translation gpt-4o
custom-instructionsOptional 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
namedescription
translated-textThe translated text