From 5dd1798979d19a8481833d7924db851854b4c346 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 12 Jul 2022 11:03:52 +0200 Subject: [PATCH] Use the input for the project name Contributes to CURA-9365 --- .github/workflows/conan-recipe-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"