This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Translations - sync translation files with tomb script | |
on: | |
push: | |
branches: master | |
paths: | |
- 'tomb' | |
jobs: | |
Translations: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Run sync script | |
run: | | |
cd extras/translations/ | |
./sync_pot_po.sh | |
- name: Create PR | |
uses: peter-evans/create-pull-request@v5 | |
with: | |
commit-message: sync translation files | |
title: '[Chore] sync translation files' | |
body: > | |
This PR is auto-generated |