Skip to content

Commit

Permalink
Actions: Make sure to use latest gettext-template; remove git install…
Browse files Browse the repository at this point in the history
…ation (#233)
  • Loading branch information
ryonakano authored Jul 14, 2024
1 parent c880e53 commit cf7df50
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,17 @@ on:
branches: [master]

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

steps:
- 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
uses: elementary/actions/gettext-template@main
env:
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
Expand Down

0 comments on commit cf7df50

Please sign in to comment.