Skip to content

Commit

Permalink
Add Gettext Updates to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 5, 2019
1 parent ece3277 commit 5e4de43
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5e4de43

Please sign in to comment.