Skip to content

stupid change

stupid change #2

Workflow file for this run

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