Skip to content

Commit

Permalink
and again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Sep 4, 2024
1 parent f0cb162 commit 8ab36ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mergeTranslations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
#git pull
git remote add l10n https://github.com/nvdaaddons/addonUpdater
git fetch l10n
git merge --ff -m "Translations automerge" l10n/stable
git checkout stable
git checkout main
git merge --ff -m "Translations automerge" stable
- name: Fix problem directories
run: |
for badDir in $(find addon/locale -name '*add-ons'); do \
Expand Down

0 comments on commit 8ab36ec

Please sign in to comment.