Skip to content

Commit

Permalink
Update push-translations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Mar 29, 2024
1 parent d0418bf commit 9c23349
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
sphinx-intl update -p _build/gettext
rm conf.py
- name: Push translations
- name: Push translations to a branch (branch protection)
run: |
git config user.name github-actions
git config user.email [email protected]
git checkout -b auto_translation
git add .
git commit -m "auto generated translation file updates"
git push
git push -u origin auto_translation
gh pr create --title "Auto-translations" --body "Made by GH Actions"

0 comments on commit 9c23349

Please sign in to comment.