mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 07:34:25 +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('.')
|
repo = Repo('.')
|
||||||
user = "${{ github.repository_owner }}"
|
user = "${{ github.repository_owner }}"
|
||||||
project_name = "test"
|
project_name = "${{ inputs.project_name }}"
|
||||||
event_name = "${{ github.event_name }}"
|
event_name = "${{ github.event_name }}"
|
||||||
issue_number = "${{ github.event.issue.number }}"
|
issue_number = "${{ github.event.issue.number }}"
|
||||||
is_tag = "${{ github.ref_type }}" == "tag"
|
is_tag = "${{ github.ref_type }}" == "tag"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user