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-07-12 12:03:52 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-12 12:03:52 +0300
commit0a000a756e293a9f8836c39f64f1d60ebc274ffc (patch)
tree74cf69b91883d9418fb48d002d739308b301326d /.github
parenta1c39c7537b5e41a642d7acb3525e6b53c4a6a1e (diff)
Use the input for the project name
Contributes to CURA-9365
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/conan-recipe-version.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index e0b744d5fa..6025da00e9 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.github/workflows/conan-recipe-version.yml
@@ -66,7 +66,7 @@ jobs:
repo = Repo('.')
user = "${{ github.repository_owner }}"
- project_name = "test"
+ project_name = "${{ inputs.project_name }}"
event_name = "${{ github.event_name }}"
issue_number = "${{ github.event.issue.number }}"
is_tag = "${{ github.ref_type }}" == "tag"