Use the input for the project name

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-12 11:03:52 +02:00 committed by jspijker
parent a1c39c7537
commit 0a000a756e

View file

@ -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"