Browse Source

Use the input for the project name

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
0a000a756e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/conan-recipe-version.yml

+ 1 - 1
.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"