diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index 839f84b2..81542f82 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -1,21 +1,12 @@ name: Gettext Updates - on: push: branches: [main] - 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: