mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Cleanup
This commit is contained in:
parent
eb55fb3e6b
commit
50d6007afa
6
.github/workflows/translations.yml
vendored
6
.github/workflows/translations.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Make Translation
|
name: Update Translation Files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: get current translations
|
- name: Get Current Translations
|
||||||
run: |
|
run: |
|
||||||
git fetch
|
git fetch
|
||||||
git checkout origin/l10 -- `git ls-tree origin/l10 -r --name-only | grep ".po"`
|
git checkout origin/l10 -- `git ls-tree origin/l10 -r --name-only | grep ".po"`
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: stash changes
|
- name: stash changes
|
||||||
run: |
|
run: |
|
||||||
git stash
|
git stash
|
||||||
- name: Checkout tranlation-branch
|
- name: Checkout Translation Branch
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
ref: l10
|
ref: l10
|
||||||
|
Loading…
Reference in New Issue
Block a user