From 9a19da97ce0ec983b2f5158daea75991a1f8e30c Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 15 Jun 2022 19:22:13 +0200 Subject: [PATCH] Use inputs namespace for input Contributes to CURA-9365 --- .github/workflows/conan-recipe-export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 2db623fdcc..d5ea972980 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -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 == '' }}"