From 7a266f33f4fd703f70380f6b177d5e792d0505ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 9 Oct 2024 12:53:40 -0700 Subject: [PATCH] Workflows/gettext: fix invalid syntax --- .github/workflows/gettext.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index f7a96cd8..1de3a55e 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -15,11 +15,10 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.GIT_USER_TOKEN }} - with: submodules: true - name: Update Translation Files uses: elementary/actions/gettext-template@main env: GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }} GIT_USER_NAME: "elementaryBot" - GIT_USER_EMAIL: "builds@elementary.io" \ No newline at end of file + GIT_USER_EMAIL: "builds@elementary.io"