From f52ac3906631bb36b6eae0a9024473c8888d936b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:49:51 +0100 Subject: [PATCH] Refactoring --- .github/workflows/extract-locales.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index 9b8351986..c17eac5b6 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -32,10 +32,9 @@ jobs: if: steps.verify-changed-files.outputs.files_changed == 'true' uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'Update locales' - title: 'Feature/update locales' - body: 'This pull request updates the locales.' author: 'github-actions[bot] ' branch: 'feature/update-locales' + commit-message: 'Update locales' delete-branch: true + title: 'Feature/update locales' + token: ${{ secrets.GITHUB_TOKEN }}