mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
fix workflow
Contributes to CURA-10376
This commit is contained in:
parent
bbfda9e5c1
commit
dec8f90e51
1 changed files with 1 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue