Push from latest master to l10 branch

This commit is contained in:
Oliver Walters 2022-05-01 22:43:25 +10:00
parent 8abc96a79a
commit 9e469a949f

View File

@ -38,19 +38,11 @@ jobs:
- name: Make Translations - name: Make Translations
run: | run: |
invoke translate invoke translate
- name: stash changes
run: |
git stash
- name: Checkout Translation Branch
uses: actions/checkout@v2.3.4
with:
ref: l10
- name: Commit files - name: Commit files
run: | run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git checkout stash -- . git checkout -b l10_local
git reset
git add "*.po" git add "*.po"
git commit -m "updated translation base" git commit -m "updated translation base"
- name: Push changes - name: Push changes