From 5bcc434005b29d645c5ffab47e07bb0b82200dcc Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sat, 4 May 2024 07:45:05 +0100 Subject: [PATCH] Update gettext.yml --- .github/workflows/gettext.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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: