mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Remove superfluous string quotes
This commit is contained in:
parent
4f892a8858
commit
476b3e4944
1 changed files with 5 additions and 5 deletions
10
.github/workflows/update-translation.yml
vendored
10
.github/workflows/update-translation.yml
vendored
|
|
@ -30,8 +30,8 @@ jobs:
|
||||||
- name: Setup Python and pip
|
- name: Setup Python and pip
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.x'
|
python-version: 3.11.x
|
||||||
cache: 'pip'
|
cache: pip
|
||||||
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
||||||
|
|
||||||
- name: Install Python requirements for runner
|
- name: Install Python requirements for runner
|
||||||
|
|
@ -63,6 +63,6 @@ jobs:
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
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
|
||||||
commit_message: "update translations"
|
commit_message: update translations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue