Skip to content

Commit

Permalink
Fix weblate repo checkout path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha committed Nov 6, 2023
1 parent dba18cb commit 1074164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weblate-sync-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Commit .pot to weblate repo
run: |
cp src/libdnf5/po/libdnf5.pot weblate/libdnf5/libdnf5.pot
cp src/libdnf5/po/libdnf5.pot l10n/libdnf5/libdnf5.pot
git config --global user.name "GitHub Workflow"
git config --global user.email "[email protected]"
git -C weblate commit -m "Update source file" -- libdnf5/libdnf5.pot
git -C weblate push
git -C l10n commit -m "Update source file" -- libdnf5/libdnf5.pot
git -C l10n push

0 comments on commit 1074164

Please sign in to comment.