diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index a8ea72cc..f3c8a28d 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -5,17 +5,10 @@ on: 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@v7 with: