From 26aa1a128f28e281b1e241a01e64e9db3c3f4e97 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:54:51 +0200 Subject: [PATCH] ci: fix typo in pot file regeneration --- .github/workflows/generate-pot-file.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index a4e7e3f282f..a7a411ea53a 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -9,8 +9,8 @@ on: workflow_dispatch: jobs: - regeneratee-pot-file: - name: Release + regenerate-pot-file: + name: Regenerate POT file runs-on: ubuntu-latest strategy: fail-fast: false