Skip to content

Bump flatpak/flatpak-github-actions from 6.7 to 6.8 (#1817) #1131

Bump flatpak/flatpak-github-actions from 6.7 to 6.8 (#1817)

Bump flatpak/flatpak-github-actions from 6.7 to 6.8 (#1817) #1131

Workflow file for this run

name: Gettext Updates
on:
push:
branches: [master]
jobs:
gettext_template:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v7
with:
token: ${{ secrets.GIT_USER_TOKEN }}
- 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"