Skip to content

Commit

Permalink
Update transifex_merge.yml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchTheFort authored Sep 20, 2024
1 parent 0038915 commit 8bbf14a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/transifex_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
with:
ref: master

- name: Force merge translation directories (excluding English)
- name: Setup Git User
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Force merge translation directories (excluding English)
run: |
git fetch origin transifex-synchronization-source
for dir in language/*/; do
if [ -d $dir ] && [ "$(basename $dir)" != "en" ]; then
git checkout transifex-synchronization-source -- $dir
Expand Down

0 comments on commit 8bbf14a

Please sign in to comment.