mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:09:00 +08:00
fix workflow
Contributes to CURA-10376
This commit is contained in:
parent
bbfda9e5c1
commit
dec8f90e51
3
.github/workflows/update-i18n.yml
vendored
3
.github/workflows/update-i18n.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- 'resources/i18n/**'
|
- 'resources/i18n/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
printer-linter-format:
|
update-18n:
|
||||||
name: Update i18n
|
name: Update i18n
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -49,7 +49,6 @@ jobs:
|
|||||||
run: conan install . --build=missing --update -o cura:devtools=True
|
run: conan install . --build=missing --update -o cura:devtools=True
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
if: env.GIT_DIFF && !env.MATCHED_FILES
|
|
||||||
with:
|
with:
|
||||||
file_pattern: 'resources/i18n/*.po resources/i18n/*.pot'
|
file_pattern: 'resources/i18n/*.po resources/i18n/*.pot'
|
||||||
status_options: '--untracked-files=no'
|
status_options: '--untracked-files=no'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user