From e1284362c02d9b8db2e4eafd05de9a637ca0b668 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Mon, 21 Sep 2026 17:21:34 +0900 Subject: [PATCH] Actions: Update gettext-template - Rename job to `gettext_template` because `build` is not accurate - Remove unnecessary container - Don't install git unnecessarily --- .github/workflows/gettext.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index 6f0078a..f3c8a28 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -5,17 +5,10 @@ on: branches: [main] jobs: - build: + gettext_template: runs-on: ubuntu-latest - container: - image: ghcr.io/elementary/docker:next-unstable steps: - - name: Install git - run: | - apt-get update - apt-get install git -y - - name: Clone repository uses: actions/checkout@v7 with: