Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-15 20:55:55 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-15 20:55:55 +0300
commite717c6572c63180be105e6fba238cb78ce2c982f (patch)
tree0edac779cc2408c27c521d96fdc5a4c264da6ac0 /.github/workflows/conan-package-create.yml
parentae7df9fbaa55250d921b012fb03a28289d8a0f29 (diff)
Fixed wrong word seperator
Contributes to CURA-9365
Diffstat (limited to '.github/workflows/conan-package-create.yml')
-rw-r--r--.github/workflows/conan-package-create.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml
index c88c05a1ac..82ffe70d14 100644
--- a/.github/workflows/conan-package-create.yml
+++ b/.github/workflows/conan-package-create.yml
@@ -32,7 +32,7 @@ env:
jobs:
conan-package-create:
- runs-on: ${{ inputs.runs-on }}
+ runs-on: ${{ inputs.runs_on }}
steps:
- name: Checkout CuraEngine