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: