Use inputs namespace for input

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-15 19:22:13 +02:00 committed by Jelle Spijker
parent 22b3290748
commit 9a19da97ce

View file

@ -69,7 +69,7 @@ jobs:
key: ${{ runner.os }}-conan
- name: Export the Package
run: conan export . ${{ recipe_id_full }}
run: conan export . ${{ inputs.recipe_id_full }}
- name: Create the latest alias
if: "${{ inputs.recipe_id_latest == '' }}"