Skip to content

Try gettext-flatpak #117

Try gettext-flatpak

Try gettext-flatpak #117

Workflow file for this run

---
name: CI
on:
push:
branches: [ tintou/test-gettext-flatpak ]
jobs:
gettext:
name: Gettext
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-x86_64
options: --privileged
steps:
- name: Install git and jq
run: |
apt-get update
apt-get install git jq -y
- name: configure Git
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Clone repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}
- name: Update Translation Files
uses: elementary/actions/gettext-flatpak@tintou/gettext-flatpak
with:
manifest-path: 'io.elementary.capnet-assist.yml'