Skip to content

Commit

Permalink
Update gettext.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 13, 2023
1 parent ba0a13c commit 382c1b9
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
name: Gettext Updates

on:
push:
branches: [main]

jobs:
gettext_template:
runs-on: ubuntu-22.04
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/docker:next-unstable

steps:
- uses: actions/checkout@v4
- uses: elementary/actions/gettext-template@horus
- name: Install git
run: |
apt-get update
apt-get install git -y
- name: Clone repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}

- name: Update Translation Files
uses: elementary/actions/gettext-template@next
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"

0 comments on commit 382c1b9

Please sign in to comment.