mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fixed wrong word seperator
Contributes to CURA-9365
This commit is contained in:
parent
ae7df9fbaa
commit
e717c6572c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/conan-package-create.yml
vendored
2
.github/workflows/conan-package-create.yml
vendored
|
@ -32,7 +32,7 @@ env:
|
|||
|
||||
jobs:
|
||||
conan-package-create:
|
||||
runs-on: ${{ inputs.runs-on }}
|
||||
runs-on: ${{ inputs.runs_on }}
|
||||
|
||||
steps:
|
||||
- name: Checkout CuraEngine
|
||||
|
|
2
.github/workflows/conan-recipe-export.yml
vendored
2
.github/workflows/conan-recipe-export.yml
vendored
|
@ -36,7 +36,7 @@ env:
|
|||
|
||||
jobs:
|
||||
package-export:
|
||||
runs-on: ${{ inputs.runs-on }}
|
||||
runs-on: ${{ inputs.runs_on }}
|
||||
|
||||
steps:
|
||||
- name: Checkout project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue