mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Push from latest master to l10 branch
This commit is contained in:
parent
8abc96a79a
commit
9e469a949f
10
.github/workflows/translations.yml
vendored
10
.github/workflows/translations.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user