Skip to content

Translations update from Hosted Weblate (#172) #87

Translations update from Hosted Weblate (#172)

Translations update from Hosted Weblate (#172) #87

Workflow file for this run

name: Gettext updates
on:
push:
branches: [main]
jobs:
gettext_flatpak:
name: Gettext Flatpak
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-x86_64
options: --privileged
steps:
- name: Install git, python3-git and jq
run: |
apt-get update
apt-get install git jq python3-git -y
- name: Clone repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}
- name: Configure Git
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: elementary/actions/gettext-flatpak@main
with:
manifest-path: 'com.github.ryonakano.pinit.yml'
repository-url: 'https://dl.flathub.org/repo/flathub.flatpakrepo'
repository-name: 'flathub'