Skip to content

testing utf-8 changes (#4734) #4130

testing utf-8 changes (#4734)

testing utf-8 changes (#4734) #4130

# We keep this workflow without using uyuni-docs-helper as it interacts directly with the repository
name: Update translation files
on:
push:
branches:
- 'master'
- 'manager-4.3'
- 'manager-4.3-MU-4.3.[0-9][0-9]?' # MU branches
- 'manager-5.0'
- 'manager-5.0-MU-5.0.[0-9][0-9]?'
- 'manager-5.1'
- 'manager-5.1-MU-5.1.[0-9][0-9]?'
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
- name: 'Install po4a'
run: |
sudo apt-get update
sudo apt-get install -y po4a
- name: 'Update gettext files'
run: |
make pot
- name: 'Commit changes, if any'
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 #v9.1.4
with:
author_name: Galaxy CI
author_email: galaxy-ci@suse.de
message: 'Automatic commit: update translation files'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}