Skip to content

Rename occurrences of appdata.xml to metainfo.xml (#506) #212

Rename occurrences of appdata.xml to metainfo.xml (#506)

Rename occurrences of appdata.xml to metainfo.xml (#506) #212

Workflow file for this run

name: Gettext Updates
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
container:
image: ghcr.io/elementary/docker:next-unstable
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}
submodules: true
- name: Update Translation Files
uses: elementary/actions/gettext-template@main
env:
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"