From 6eb3232cb4191c588ba8d56d30f28e9056aa1aca Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:04:38 +0300 Subject: [PATCH] Commit mo files directly without pull request --- .github/workflows/update-mo-files.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update-mo-files.yml b/.github/workflows/update-mo-files.yml index eda2f2b..7b0ec65 100644 --- a/.github/workflows/update-mo-files.yml +++ b/.github/workflows/update-mo-files.yml @@ -31,11 +31,9 @@ jobs: - name: Update mo files run: poe msgfmt - - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + - name: Push changes to the repository + uses: EndBug/add-and-commit@v9.1.4 with: - title: Update source language file - commit-message: Update source language file - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - add-paths: package_build/locale/**/messages.mo - delete-branch: true + author_name: github-actions[bot] + author_email: 41898282+github-actions[bot]@users.noreply.github.com + add: "package_build/locale/*"