Add Gettext Action

This commit is contained in:
Daniel Foré 2019-12-10 09:59:28 -08:00 committed by GitHub
parent a016adf68c
commit 13eef4716b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/gettext.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Gettext updates
on:
push:
branches: master
jobs:
gettext_template:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: elementary/actions/gettext-template@master
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"