Skip to content

Commit

Permalink
Commit mo files directly without pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jul 22, 2024
1 parent c980a97 commit 6eb3232
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/update-mo-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/*"

0 comments on commit 6eb3232

Please sign in to comment.