Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Nov 2, 2023
1 parent f6fdcb4 commit 1a7ca5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weblate-sync-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
cp src/po/anaconda-webui.pot weblate/anaconda-webui.pot
git config --global user.name "GitHub Workflow"
git config --global user.email "[email protected]"
git -C weblate commit -m "Update source file" -- anaconda-webui.pot
git -C weblate add anaconda-webui.pot
git -C weblate commit -m "Update source file"
git -C weblate push

0 comments on commit 1a7ca5b

Please sign in to comment.