Skip to content

Commit

Permalink
Only push pots, not POs
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Mar 29, 2024
1 parent fc174be commit 3d0c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git checkout -b auto_translation
git add .
git add "**.pot"
git commit -m "auto generated translation file updates"
git push -u origin auto_translation
gh pr create --title "Auto-translations" --body "Made by GH Actions"

0 comments on commit 3d0c6ce

Please sign in to comment.