Skip to content

Update POTFILES

Update POTFILES #145

Workflow file for this run

name: Gettext Updates
on:
push:
branches: [main]
jobs:
gettext_template:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: elementary/actions/gettext-template@horus
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"