Skip to content

fix!: init

fix!: init #101

name: Generate Localized Readme
on:
workflow_dispatch:
push:
branches:
- master
jobs:
translate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run translation
uses: mrf0rtuna4/Github-Readme-AutoTranslator@master
env:
LANGS: 'ru, ar, uk, it, ja'
- name: Push to GitHub
uses: crazy-max/[email protected]
with:
target_branch: translations
build_dir: 'dist'
env:
GITHUB_TOKEN: ${{ secrets.GTK }}