WIP translations CI

This commit is contained in:
2023-03-02 09:22:02 +13:00
parent 3c2f281c6d
commit 38a1ad7611
2 changed files with 264 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
name: Export Source Translations
on:
push:
branches:
- master
jobs:
export-source-translations:
name: Update translations branch
runs-on: macos-12
strategy:
matrix:
include:
- xcode: "14.2"
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run export script
run: |
sh devtools/export-source-translation.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Translations 🤖
branch: translations
create_branch: true
push_options: '--force'