Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Update gettext.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed May 2, 2024
1 parent 3598846 commit 3ab9a89
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ on:
jobs:
gettext_template:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: elementary/actions/gettext-template@master
- 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 3ab9a89

Please sign in to comment.