From df0179ef583f333b3f8c2717b0742b9d2613a106 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 1 Sep 2022 10:26:02 +0200 Subject: [PATCH] define it as inputs --- .github/workflows/conan-recipe-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 78ff667387..7c99b61c9e 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -58,14 +58,14 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 - if: ${{ ! is_external_pr }} + if: ${{ ! inputs.is_external_pr }} with: fetch-depth: 0 ref: ${{ github.head_ref }} - name: Checkout repo PR uses: actions/checkout@v3 - if: ${{ is_external_pr }} + if: ${{ inputs.is_external_pr }} with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }}