mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Use the input for the project name
Contributes to CURA-9365
This commit is contained in:
parent
a1c39c7537
commit
0a000a756e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue