From 51b7438d73c68c1ed4c38a234a0ef7d1be9b887c Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Wed, 11 Sep 2024 13:12:20 +0100 Subject: [PATCH] Update action.yml --- .github/actions/install-concordia/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-concordia/action.yml b/.github/actions/install-concordia/action.yml index e4d8776c..103381f6 100644 --- a/.github/actions/install-concordia/action.yml +++ b/.github/actions/install-concordia/action.yml @@ -36,7 +36,7 @@ runs: python-version: ${{ inputs.python-version }} - name: Restore Examples installation - if: inputs.include-examples + if: inputs.include-examples == 'true' id: restore-examples uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: