mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 00:24:30 +08:00
Use the input for the project name
Contributes to CURA-9365
This commit is contained in:
parent
a1c39c7537
commit
0a000a756e
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…
x
Reference in New Issue
Block a user